Home
last modified time | relevance | path

Searched refs:IsSystem (Results 1 – 1 of 1) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileFind.h45 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