HomeSort by relevance Sort by last modified time
    Searched defs:ArcIndex (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
UpdatePair.h 14 int ArcIndex;
16 CUpdatePair(): ArcIndex(-1), DirIndex(-1) {}
UpdateProduce.h 15 int ArcIndex;
19 bool ExistInArchive() const { return ArcIndex != -1; }
21 CUpdatePair2(): IsAnti(false), DirIndex(-1), ArcIndex(-1), NewNameIndex(-1) {}
26 virtual HRESULT ShowDeleteFile(int arcIndex) = 0;

Completed in 104 milliseconds