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

  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 106 bool IsEncrypted(UInt32 index2) const;
7zHandler.cpp 193 bool CHandler::IsEncrypted(UInt32 index2) const
197 return _db.Folders[folderIndex].IsEncrypted();
254 case kpidEncrypted: prop = IsEncrypted(index2); break;
7zItem.h 88 bool IsEncrypted() const
7zUpdate.cpp 757 bool isEncrypted = f.IsEncrypted();
758 rep.Group = GetGroupIndex(isEncrypted, Is86FilteredFolder(f));
767 if (isEncrypted)
  /external/lzma/CPP/Windows/
FileFind.h 23 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; }
50 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); }
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengine.h 245 virtual bool IsEncrypted() = 0;
xmppengineimpl.h 119 virtual bool IsEncrypted() { return encrypted_; }
xmpplogintask.cc 209 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));
  /external/lldb/source/Symbol/
DWARFCallFrameInfo.cpp 76 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted())
90 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted())
321 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted())
384 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted())
    [all...]
  /external/lldb/include/lldb/Core/
Section.h 225 IsEncrypted () const
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 295 FX_BOOL IsEncrypted()
382 FX_BOOL IsEncrypted()
  /external/lldb/source/Target/
Target.cpp     [all...]

Completed in 264 milliseconds