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

  /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/lzma/CPP/7zip/Archive/7z/
7zItem.h 83 bool IsEncrypted() const
7zUpdate.cpp 389 m.Encrypted = f.IsEncrypted();
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengine.h 228 virtual bool IsEncrypted() = 0;
xmppengineimpl.h 102 virtual bool IsEncrypted() { return encrypted_; }
xmpplogintask.cc 192 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));

Completed in 1073 milliseconds