Searched defs:updatePairs (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DUpdateProduce.cpp12 const CRecordVector<CUpdatePair> &updatePairs,
17 for (int i = 0; i < updatePairs.Size(); i++)
19 const CUpdatePair &pair = updatePairs[i];
11 UpdateProduce( const CRecordVector<CUpdatePair> &updatePairs, const CActionSet &actionSet, CRecordVector<CUpdatePair2> &operationChain, IUpdateProduceCallback *callback) argument
H A DUpdatePair.cpp66 CRecordVector<CUpdatePair> &updatePairs)
135 updatePairs.Add(pair);
143 updatePairs.Add(pair);
154 updatePairs.Add(pair);
157 updatePairs.ReserveDown();
62 GetUpdatePairInfoList( const CDirItems &dirItems, const CObjectVector<CArcItem> &arcItems, NFileTimeType::EEnum fileTimeType, CRecordVector<CUpdatePair> &updatePairs) argument
H A DUpdate.cpp364 CRecordVector<CUpdatePair> updatePairs; local
365 GetUpdatePairInfoList(dirItems, arcItems, fileTimeType, updatePairs); // must be done only once!!!
367 UpdateProduce(updatePairs, actionSet, updatePairs2, NULL /* &upCallback */);

Completed in 120 milliseconds