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

  /external/lzma/CPP/7zip/UI/Common/
UpdatePair.h 21 const CObjectVector<CArcItem> &arcItems,
UpdatePair.cpp 64 const CObjectVector<CArcItem> &arcItems,
71 int numArcItems = arcItems.Size();
78 arcNames.Add(arcItems[i].Name);
99 const CArcItem &ai = arcItems[arcIndex2];
150 pair.State = arcItems[arcIndex2].Censored ?
Update.cpp 307 const CObjectVector<CArcItem> &arcItems,
365 GetUpdatePairInfoList(dirItems, arcItems, fileTimeType, updatePairs); // must be done only once!!!
366 // CUpdateProduceCallbackImp upCallback(&arcItems, callback);
385 updateCallbackSpec->ArcItems = &arcItems;
515 CObjectVector<CArcItem> &arcItems)
517 arcItems.Clear();
521 arcItems.Reserve(numItems);
558 arcItems.Add(ai);
568 const CObjectVector<CArcItem> &arcItems,
    [all...]

Completed in 43 milliseconds