Home
last modified time | relevance | path

Searched defs:IsDir (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/
Dfsys.go249 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/
Dfs.go99 IsDir() bool methodSpec
162 IsDir() bool // abbreviation for Mode().IsDir() methodSpec
229 func (m FileMode) IsDir() bool { func
Dreaddir.go57 func (di dirInfo) IsDir() bool { func
Dformat_test.go39 func (fs *formatTest) IsDir() bool { func
/aosp_15_r20/build/blueprint/pathtools/
H A Dfs.go109 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 DFileFind.h46 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 DZipItem.cpp269 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 DZipUpdate.h32 bool IsDir; member
/aosp_15_r20/build/soong/cmd/merge_zips/
H A Dmerge_zips.go50 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 Dfs.go76 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 Dutil.go32 func IsDir(path string) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Ddir_plan9.go84 func (de dirEntry) IsDir() bool { return de.fs.IsDir() } func
Dtypes.go61 func (fs *fileStat) IsDir() bool { return fs.Mode().IsDir() } func
Ddir_windows.go224 func (de dirEntry) IsDir() bool { return de.fs.IsDir() } func
/aosp_15_r20/external/bazelbuild-rules_go/go/runfiles/
H A Dfs.go85 func (emptyFileInfo) IsDir() bool { return false } func
/aosp_15_r20/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.h41 bool IsDir; member
/aosp_15_r20/build/make/tools/compliance/testfs/
H A Dtestfs.go86 func (fi *TestFileInfo) IsDir() bool { func
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h279 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 Dfind_mockfs.go85 func (m myFileInfo) IsDir() bool { func
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Cab/
H A DCabItem.h38 bool IsDir() const { return (Attributes & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/
H A DTarUpdate.h22 bool IsDir; member
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h178 bool IsDir(const CUpdatePair2 &up) const in IsDir() function
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/
Dtar_test.go872 func (f *fileInfoNames) IsDir() bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/distpack/
Darchive.go47 func (i fileInfo) IsDir() bool { return i.f.Mode&fs.ModeDir != 0 } func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/pack/
Dpack_test.go492 func (f *FakeFile) IsDir() bool { func

123