Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h21 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() function
52 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted() function
/external/cronet/net/third_party/quiche/src/quiche/quic/load_balancer/
Dload_balancer_config.h71 bool IsEncrypted() const { return key_.has_value(); } in IsEncrypted() function
Dload_balancer_encoder.h110 virtual bool IsEncrypted() const { in IsEncrypted() function
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h83 bool IsEncrypted() const in IsEncrypted() function