Home
last modified time | relevance | path

Searched refs:SecureIndex (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DDirItem.h65 int SecureIndex; member
69 CDirItem(): PhyParent(-1), LogParent(-1), SecureIndex(-1), IsAltStream(false) {} in CDirItem()
DUpdateCallback.cpp186 if (ParentDirItem->SecureIndex < 0) in GetRootRawProp()
188 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[ParentDirItem->SecureIndex]; in GetRootRawProp()
239 if (di.SecureIndex < 0) in GetRawProp()
241 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[di.SecureIndex]; in GetRawProp()
DEnumDirItems.cpp36 di.SecureIndex = secureIndex; in AddDirFileInfo()
DUpdate.cpp1244 parentDirItem.SecureIndex = secureIndex; in UpdateArchive()