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

  /external/lzma/CPP/7zip/UI/Common/
UpdateProduce.h 16 int ArcIndex;
21 void SetAs_NoChangeArcItem(int arcIndex)
26 ArcIndex = arcIndex;
30 bool ExistInArchive() const { return ArcIndex != -1; }
38 ArcIndex(-1),
46 virtual HRESULT ShowDeleteFile(unsigned arcIndex) = 0;
UpdatePair.cpp 129 unsigned arcIndex = 0;
134 while (dirIndex < numDirItems || arcIndex < numArcItems)
152 if (arcIndex < numArcItems)
154 arcIndex2 = arcIndices[arcIndex];
181 pair.ArcIndex = arcIndex2;
182 arcIndex++;
186 int dupl = duplicatedArcItem[arcIndex];
188 ThrowError(k_Duplicate_inArc_Message, ai->Name, arcItems[arcIndices[arcIndex + dupl]].Name);
195 pair.ArcIndex = arcIndex2;
210 arcIndex++;
    [all...]
Update.cpp 422 virtual HRESULT ShowDeleteFile(unsigned arcIndex);
425 HRESULT CUpdateProduceCallbackImp::ShowDeleteFile(unsigned arcIndex)
427 const CArcItem &ai = (*_arcItems)[arcIndex];
829 else if (pair2.UseArcProps && pair2.ArcIndex >= 0)
830 ft2 = &arcItems[pair2.ArcIndex].MTime;
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 995 unsigned arcIndex;
996 for (arcIndex = 0; arcIndex < arcPaths.Size(); arcIndex++)
997 skipArcs[arcIndex] = false;
1004 for (arcIndex = 0; arcIndex < arcPaths.Size(); arcIndex++)
1006 if (skipArcs[arcIndex])
1008 const UString &arcPath = arcPaths[arcIndex];
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 1206 UInt32 arcIndex = _startIndex + _currentIndex;
1207 const CFileItem &fi = _db->Files[arcIndex];
1213 NEventIndexType::kInArcIndex, arcIndex,
1231 UInt32 arcIndex = _startIndex + _currentIndex;
1232 const CFileItem &fi = _db->Files[arcIndex];
1241 NEventIndexType::kInArcIndex, arcIndex,
    [all...]

Completed in 1169 milliseconds