Home
last modified time | relevance | path

Searched defs:IsEncrypted (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileFind.h49 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() function
112 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted() function
/third_party/lzma/CPP/7zip/Archive/7z/
D7zItem.h83 bool IsEncrypted() const in IsEncrypted() function