HomeSort by relevance Sort by last modified time
    Searched refs:SecureIndex (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 65 int SecureIndex;
69 CDirItem(): PhyParent(-1), LogParent(-1), SecureIndex(-1), IsAltStream(false) {}
105 HRESULT AddSecurityItem(const FString &path, int &secureIndex);
113 void AddDirFileInfo(int phyParent, int logParent, int secureIndex,
UpdateCallback.cpp 186 if (ParentDirItem->SecureIndex < 0)
188 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[ParentDirItem->SecureIndex];
239 if (di.SecureIndex < 0)
241 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[di.SecureIndex];
EnumDirItems.cpp 24 void CDirItems::AddDirFileInfo(int phyParent, int logParent, int secureIndex,
36 di.SecureIndex = secureIndex;
154 HRESULT CDirItems::AddSecurityItem(const FString &path, int &secureIndex)
156 secureIndex = -1;
201 secureIndex = SecureBlocks.AddUniq(TempSecureBuf, secureSize);
228 int secureIndex = -1;
232 RINOK(AddSecurityItem(phyPrefix + fi.Name, secureIndex));
236 AddDirFileInfo(phyParent, logParent, secureIndex, fi);
283 int secureIndex = -1;
    [all...]
Update.cpp 1239 int secureIndex = -1;
1242 dirItems.AddSecurityItem(prefix, secureIndex);
1244 parentDirItem.SecureIndex = secureIndex;
    [all...]

Completed in 66 milliseconds