Home
last modified time | relevance | path

Searched refs:CArcItem (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdatePair.cpp53 static int CompareArcItemsBase(const CArcItem &ai1, const CArcItem &ai2) in CompareArcItemsBase()
67 const CObjectVector<CArcItem> &arcItems = *(const CObjectVector<CArcItem> *)param; in CompareArcItems()
76 const CObjectVector<CArcItem> &arcItems, in GetUpdatePairInfoList()
140 const CArcItem *ai = NULL; in GetUpdatePairInfoList()
DDirItem.h174 struct CArcItem struct
187CArcItem(): IsDir(false), IsAltStream(false), SizeDefined(false), MTimeDefined(false), Censored(fa… in CArcItem() function
DUpdate.cpp419 const CObjectVector<CArcItem> *_arcItems;
424 const CObjectVector<CArcItem> *a, in CUpdateProduceCallbackImp()
437 const CArcItem &ai = (*_arcItems)[arcIndex]; in ShowDeleteFile()
520 const CObjectVector<CArcItem> &arcItems, in Compress()
596 const CArcItem &ai = arcItems[i]; in Compress()
700 const CArcItem &ai = arcItems[up.ArcIndex]; in Compress()
985 CObjectVector<CArcItem> &arcItems) in EnumerateInArchiveItems()
997 CArcItem ai; in EnumerateInArchiveItems()
1428 CObjectVector<CArcItem> arcItems; in UpdateArchive()
DUpdatePair.h23 const CObjectVector<CArcItem> &arcItems,
DUpdateCallback.h132 const CObjectVector<CArcItem> *ArcItems;
DUpdateCallback.cpp612 const CArcItem &ai = (*ArcItems)[index]; in ReportOperation()