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 82 bool IsEncrypted() const
7zUpdate.cpp 674 bool isEncrypted = false;
833 bool isEncrypted = f.IsEncrypted();
834 rep.Group = GetGroupIndex(isEncrypted, Is86FilteredFolder(f));
843 if (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 210 milliseconds