Searched refs:IsSystem (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/CPP/Windows/ | ||
H A D | FileFind.h | 45 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; }
in IsSystem() function 119 bool IsSystem() const { return MatchesMask(FILE_ATTRIBUTE_SYSTEM); } in IsSystem() function in NWindows::NFile::NFind::CFileInfoBase |
Completed in 2 milliseconds