Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h18 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() function
51 bool IsDir() const { return MatchesMask(FILE_ATTRIBUTE_DIRECTORY); } in IsDir() function
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.h44 bool IsDir; member
/external/lzma/CPP/7zip/UI/Common/
DDirItem.h103 bool IsDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } in IsDir() function
179 bool IsDir; member
DUpdateCallback.h152 bool IsDir(const CUpdatePair2 &up) const in IsDir() function
DOpenArchive.h239 bool IsDir; member
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h58 bool IsDir; member
D7zItem.h179 bool IsDir; member
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h77 bool IsDir; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp874 bool IsDir; in run() local
/external/lzma/CPP/7zip/UI/Console/
DList.cpp369 bool IsDir; member in CFieldPrinter