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 33 int SecureIndex;
37 CDirItem(): PhyParent(-1), LogParent(-1), SecureIndex(-1), IsAltStream(false) {}
85 void AddSecurityItem(const FString &path, int &secureIndex);
UpdateCallback.cpp 169 if (ParentDirItem->SecureIndex < 0)
171 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[ParentDirItem->SecureIndex];
224 if (di.SecureIndex < 0)
226 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[di.SecureIndex];
EnumDirItems.cpp 22 void AddDirFileInfo(int phyParent, int logParent, int secureIndex,
34 di.SecureIndex = secureIndex;
114 void CDirItems::AddSecurityItem(const FString &path, int &secureIndex)
116 secureIndex = -1;
158 secureIndex = SecureBlocks.AddUniq(TempSecureBuf, secureSize);
183 int secureIndex = -1;
186 AddSecurityItem(phyPrefix + fi.Name, secureIndex);
189 AddDirFileInfo(phyParent, logParent, secureIndex, fi, Items);
231 int secureIndex = -1;
    [all...]
Update.cpp 1180 int secureIndex = -1;
1183 dirItems.AddSecurityItem(prefix, secureIndex);
1185 parentDirItem.SecureIndex = secureIndex;
    [all...]

Completed in 409 milliseconds