Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h21 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() function
52 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted() function
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h83 bool IsEncrypted() const in IsEncrypted() function
D7zUpdate.cpp389 m.Encrypted = f.IsEncrypted(); in Get_FilterGroup_for_Folder()
1676 const bool isEncrypted = f.IsEncrypted(); in Update()
/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp181 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in GetAddressRange()
196 if (!m_section_sp || m_section_sp->IsEncrypted()) in GetFirstFDEEntryInRange()
411 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in GetFDEIndex()
533 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in FDEToUnwindPlan()
DCompactUnwindInfo.cpp260 if (m_section_sp->IsEncrypted()) { in ScanIndex()
/external/llvm-project/lldb/include/lldb/Core/
DSection.h164 bool IsEncrypted() const { return m_encrypted; } in IsEncrypted() function
/external/llvm-project/lldb/source/Target/
DTarget.cpp1696 if (section_sp->IsEncrypted()) { in ReadMemoryFromFileCache()