Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DDirItem.h98 int SecureIndex; member
102 CDirItem(): PhyParent(-1), LogParent(-1), SecureIndex(-1), IsAltStream(false) {} in CDirItem()
DUpdateCallback.cpp189 if (ParentDirItem->SecureIndex < 0) in GetRootRawProp()
191 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[ParentDirItem->SecureIndex]; in GetRootRawProp()
242 if (di.SecureIndex < 0) in GetRawProp()
244 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[di.SecureIndex]; in GetRawProp()
DEnumDirItems.cpp37 di.SecureIndex = secureIndex; in AddDirFileInfo()
DUpdate.cpp1334 parentDirItem.SecureIndex = secureIndex; in UpdateArchive()