/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/ |
D | fsys.go | 249 func IsDir(path string) (bool, error) { func 589 func (f fakeFile) IsDir() bool { return f.real.IsDir() } func 606 func (f missingFile) IsDir() bool { return false } func 622 func (f fakeDir) IsDir() bool { return true } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/ |
D | fs.go | 99 IsDir() bool methodSpec 162 IsDir() bool // abbreviation for Mode().IsDir() methodSpec 229 func (m FileMode) IsDir() bool { func
|
D | readdir.go | 57 func (di dirInfo) IsDir() bool { func
|
D | format_test.go | 39 func (fs *formatTest) IsDir() bool { func
|
/aosp_15_r20/build/blueprint/pathtools/ |
H A D | fs.go | 109 IsDir(name string) (bool, error) methodSpec 232 func (fs *osFs) IsDir(name string) (bool, error) { func 395 func (m *mockFs) IsDir(name string) (bool, error) { func 493 func (ms *mockStat) IsDir() bool { return ms.Mode().IsDir() } func
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileFind.h | 46 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() function 111 bool IsDir() const { return MatchesMask(FILE_ATTRIBUTE_DIRECTORY); } in IsDir() function 134 bool IsDir() const { return S_ISDIR(mode); } in IsDir() function
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipItem.cpp | 269 bool CLocalItem::IsDir() const in IsDir() function in NArchive::NZip::CLocalItem 274 bool CItem::IsDir() const in IsDir() function in NArchive::NZip::CItem
|
H A D | ZipUpdate.h | 32 bool IsDir; member
|
/aosp_15_r20/build/soong/cmd/merge_zips/ |
H A D | merge_zips.go | 50 IsDir() bool methodSpec 83 func (ze ZipEntryFromZip) IsDir() bool { func 114 func (be ZipEntryFromBuffer) IsDir() bool { func
|
/aosp_15_r20/build/soong/finder/fs/ |
H A D | fs.go | 76 IsDir() bool methodSpec 89 func (d *dirEntryInfo) IsDir() bool { return d.mode.IsDir() } func 405 func (m *mockFileInfo) IsDir() bool { func
|
/aosp_15_r20/external/swiftshader/tests/regres/util/ |
H A D | util.go | 32 func IsDir(path string) bool { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | dir_plan9.go | 84 func (de dirEntry) IsDir() bool { return de.fs.IsDir() } func
|
D | types.go | 61 func (fs *fileStat) IsDir() bool { return fs.Mode().IsDir() } func
|
D | dir_windows.go | 224 func (de dirEntry) IsDir() bool { return de.fs.IsDir() } func
|
/aosp_15_r20/external/bazelbuild-rules_go/go/runfiles/ |
H A D | fs.go | 85 func (emptyFileInfo) IsDir() bool { return false } func
|
/aosp_15_r20/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractCallbackSfx.h | 41 bool IsDir; member
|
/aosp_15_r20/build/make/tools/compliance/testfs/ |
H A D | testfs.go | 86 func (fi *TestFileInfo) IsDir() bool { func
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/ |
H A D | UdfIn.h | 279 bool IsDir() const { return FileType == ICB_FILE_TYPE_DIR; } in IsDir() function 371 bool IsDir() const { return IcbTag.IsDir(); } in IsDir() function
|
/aosp_15_r20/build/soong/mk2rbc/ |
H A D | find_mockfs.go | 85 func (m myFileInfo) IsDir() bool { func
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Cab/ |
H A D | CabItem.h | 38 bool IsDir() const { return (Attributes & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() function
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/ |
H A D | TarUpdate.h | 22 bool IsDir; member
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.h | 178 bool IsDir(const CUpdatePair2 &up) const in IsDir() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/ |
D | tar_test.go | 872 func (f *fileInfoNames) IsDir() bool { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/distpack/ |
D | archive.go | 47 func (i fileInfo) IsDir() bool { return i.f.Mode&fs.ModeDir != 0 } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/pack/ |
D | pack_test.go | 492 func (f *FakeFile) IsDir() bool { func
|