Searched defs:IsEncrypted (Results 1 – 3 of 3) sorted by relevance
21 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() function52 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted() function
164 bool IsEncrypted() const { return m_encrypted; } in IsEncrypted() function
83 bool IsEncrypted() const in IsEncrypted() function