Searched defs:IsEncrypted (Results 1 – 2 of 2) sorted by relevance
49 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() function112 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted() function
83 bool IsEncrypted() const in IsEncrypted() function