Searched refs:IsEncrypted (Results 1 - 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.h106 bool IsEncrypted(UInt32 index2) const;
H A D7zHandler.cpp193 bool CHandler::IsEncrypted(UInt32 index2) const function in class:NArchive::N7z::CHandler
197 return _db.Folders[folderIndex].IsEncrypted();
254 case kpidEncrypted: prop = IsEncrypted(index2); break;
H A D7zItem.h88 bool IsEncrypted() const function in struct:NArchive::N7z::CFolder
H A D7zUpdate.cpp757 bool isEncrypted = f.IsEncrypted();
/external/lzma/CPP/Windows/
H A DFileFind.h23 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } function in namespace:NWindows::NFile::NFind::NAttributes
50 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } function in class:NWindows::NFile::NFind::CFileInfoBase
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppengine.h245 virtual bool IsEncrypted() = 0;
H A Dxmppengineimpl.h119 virtual bool IsEncrypted() { return encrypted_; } function in class:buzz::XmppEngineImpl
H A Dxmpplogintask.cc209 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));
/external/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp76 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())
/external/lldb/include/lldb/Core/
H A DSection.h225 IsEncrypted () const function in class:lldb_private::Section
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h295 FX_BOOL IsEncrypted() function in class:CPDF_SyntaxParser
382 FX_BOOL IsEncrypted() function in class:IPDF_DocParser
/external/lldb/source/Target/
H A DTarget.cpp1232 if (section_sp->IsEncrypted())

Completed in 188 milliseconds