HomeSort by relevance Sort by last modified time
    Searched defs:IsEncrypted (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 82 bool IsEncrypted() const
  /external/lzma/CPP/Windows/
FileFind.h 21 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; }
52 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); }
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.h 102 virtual bool IsEncrypted() { return encrypted_; }
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 286 FX_BOOL IsEncrypted() { return m_pCryptoHandler != NULL; }

Completed in 393 milliseconds