Home
last modified time | relevance | path

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

12

/external/lzma/CPP/Windows/
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
/external/swiftshader/tests/regres/util/
Dutil.go32 func IsDir(path string) bool { func
/external/lzma/CPP/7zip/Archive/Zip/
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
DZipUpdate.h32 bool IsDir; member
/external/bazelbuild-rules_go/go/runfiles/
Dfs.go85 func (emptyFileInfo) IsDir() bool { return false } func
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.h41 bool IsDir; member
/external/lzma/CPP/7zip/Archive/Cab/
DCabItem.h38 bool IsDir() const { return (Attributes & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() function
/external/lzma/CPP/7zip/Archive/Tar/
DTarUpdate.h22 bool IsDir; member
DTarItem.h207 bool IsDir() const in IsDir() function
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h178 bool IsDir(const CUpdatePair2 &up) const in IsDir() function
DDirItem.h393 bool IsDir; member
DHashCalc.cpp726 bool CHashPair::IsDir() const in IsDir() function in NHash::CHashPair
1654 bool IsDir; member
DOpenArchive.h242 bool IsDir; member
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h184 bool IsDir; member
D7zUpdate.h57 bool IsDir; member
/external/lzma/CPP/7zip/Archive/
DCramfsHandler.cpp101 static bool IsDir(const Byte *p, bool be) { return MY_LIN_S_ISDIR(GetMode(p, be)); } in IsDir() function
DLzhHandler.cpp124 bool IsDir() const {return (IsLhMethod() && Method[3] == 'd'); } in IsDir() function
DCpioHandler.cpp109 bool IsDir() const { return MY_LIN_S_ISDIR(Mode); } in IsDir() function
DExtHandler.cpp657 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/
DIsoItem.h88 bool IsDir() const { return (FileFlags & NFileFlags::kDirectory) != 0; } in IsDir() function
/external/lzma/CPP/7zip/UI/Agent/
DAgentProxy.h85 bool IsDir() const { return DirIndex != -1; } in IsDir() function
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOWindows.cpp74 static bool IsDir(DWORD FileAttrs) { in IsDir() function
/external/lzma/CPP/7zip/Archive/Udf/
DUdfIn.h279 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/
DChmIn.h37 bool IsDir() const in IsDir() function
/external/lzma/CPP/7zip/Archive/Rar/
DRarHandler.cpp64 bool CItem::IsDir() const in IsDir() function in NArchive::NRar::CItem

12