Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h23 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() function
50 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted() function
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.h106 bool IsEncrypted(UInt32 index2) const;
D7zHandler.cpp193 bool CHandler::IsEncrypted(UInt32 index2) const in IsEncrypted() function in NArchive::N7z::CHandler
197 return _db.Folders[folderIndex].IsEncrypted(); in IsEncrypted()
254 case kpidEncrypted: prop = IsEncrypted(index2); break; in GetProperty()
D7zItem.h88 bool IsEncrypted() const in IsEncrypted() function
D7zUpdate.cpp757 bool isEncrypted = f.IsEncrypted(); in Update()
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp76 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in GetAddressRange()
90 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in GetFDEEntryByFileAddress()
321 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in GetFDEIndex()
384 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in FDEToUnwindPlan()
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmppengine.h245 virtual bool IsEncrypted() = 0;
Dxmppengineimpl.h119 virtual bool IsEncrypted() { return encrypted_; } in IsEncrypted() function
Dxmpplogintask.cc209 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()
/external/lldb/include/lldb/Core/
DSection.h225 IsEncrypted () const in IsEncrypted() function
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h295 FX_BOOL IsEncrypted() in IsEncrypted() function
382 FX_BOOL IsEncrypted() in IsEncrypted() function
/external/lldb/source/Target/
DTarget.cpp1232 if (section_sp->IsEncrypted()) in ReadMemoryFromFileCache()