/external/lzma/CPP/Windows/ |
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
|
/external/swiftshader/tests/regres/util/ |
D | util.go | 32 func IsDir(path string) bool { func
|
/external/lzma/CPP/7zip/Archive/Zip/ |
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
|
D | ZipUpdate.h | 32 bool IsDir; member
|
/external/bazelbuild-rules_go/go/runfiles/ |
D | fs.go | 85 func (emptyFileInfo) IsDir() bool { return false } func
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.h | 41 bool IsDir; member
|
/external/lzma/CPP/7zip/Archive/Cab/ |
D | CabItem.h | 38 bool IsDir() const { return (Attributes & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() function
|
/external/lzma/CPP/7zip/Archive/Tar/ |
D | TarUpdate.h | 22 bool IsDir; member
|
D | TarItem.h | 207 bool IsDir() const in IsDir() function
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.h | 178 bool IsDir(const CUpdatePair2 &up) const in IsDir() function
|
D | DirItem.h | 393 bool IsDir; member
|
D | HashCalc.cpp | 726 bool CHashPair::IsDir() const in IsDir() function in NHash::CHashPair 1654 bool IsDir; member
|
D | OpenArchive.h | 242 bool IsDir; member
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zItem.h | 184 bool IsDir; member
|
D | 7zUpdate.h | 57 bool IsDir; member
|
/external/lzma/CPP/7zip/Archive/ |
D | CramfsHandler.cpp | 101 static bool IsDir(const Byte *p, bool be) { return MY_LIN_S_ISDIR(GetMode(p, be)); } in IsDir() function
|
D | LzhHandler.cpp | 124 bool IsDir() const {return (IsLhMethod() && Method[3] == 'd'); } in IsDir() function
|
D | CpioHandler.cpp | 109 bool IsDir() const { return MY_LIN_S_ISDIR(Mode); } in IsDir() function
|
D | ExtHandler.cpp | 657 bool IsDir() const { return MY_LIN_S_ISDIR(Mode); } in IsDir() function 779 bool IsDir() const { return Type == k_Type_DIR; } in IsDir() function
|
/external/lzma/CPP/7zip/Archive/Iso/ |
D | IsoItem.h | 88 bool IsDir() const { return (FileFlags & NFileFlags::kDirectory) != 0; } in IsDir() function
|
/external/lzma/CPP/7zip/UI/Agent/ |
D | AgentProxy.h | 85 bool IsDir() const { return DirIndex != -1; } in IsDir() function
|
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerIOWindows.cpp | 74 static bool IsDir(DWORD FileAttrs) { in IsDir() function
|
/external/lzma/CPP/7zip/Archive/Udf/ |
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
|
/external/lzma/CPP/7zip/Archive/Chm/ |
D | ChmIn.h | 37 bool IsDir() const in IsDir() function
|
/external/lzma/CPP/7zip/Archive/Rar/ |
D | RarHandler.cpp | 64 bool CItem::IsDir() const in IsDir() function in NArchive::NRar::CItem
|