Searched defs:updateCallback (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp16 void CFolderInStream::Init(IArchiveUpdateCallback *updateCallback, argument
19 _updateCallback = updateCallback;
H A D7zHandlerOut.cpp169 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, bool writeTime, PROPID propID, UInt64 &ft, bool &ftDefined) argument
176 RINOK(updateCallback->GetProperty(index, propID, &prop));
188 IArchiveUpdateCallback *updateCallback)
213 if (!updateCallback)
215 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive));
245 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop));
258 RINOK(GetTime(updateCallback, i, WriteCTime, kpidCTime, ui.CTime, ui.CTimeDefined));
259 RINOK(GetTime(updateCallback, i, WriteATime, kpidATime, ui.ATime, ui.ATimeDefined));
260 RINOK(GetTime(updateCallback, i, true, kpidMTime, ui.MTime, ui.MTimeDefined));
264 RINOK(updateCallback
187 UpdateItems(ISequentialOutStream *outStream, UInt32 numItems, IArchiveUpdateCallback *updateCallback) argument
[all...]
H A D7zUpdate.cpp687 IArchiveUpdateCallback *updateCallback,
796 RINOK(updateCallback->SetTotal(complexity));
800 lps->Init(updateCallback, true);
1069 inStreamSpec->Init(updateCallback, &indices[i], numSubFiles);
679 Update( DECL_EXTERNAL_CODECS_LOC_VARS IInStream *inStream, const CArchiveDatabaseEx *db, const CObjectVector<CUpdateItem> &updateItems, COutArchive &archive, CArchiveDatabase &newDatabase, ISequentialOutStream *seqOutStream, IArchiveUpdateCallback *updateCallback, const CUpdateOptions &options , ICryptoGetTextPassword *getDecoderPassword ) argument
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp590 IArchiveUpdateCallback *updateCallback)
605 if (!updateCallback)
607 RINOK(updateCallback->GetUpdateItemInfo(0, &newData, &newProps, &indexInArchive));
613 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop));
625 RINOK(updateCallback->GetProperty(0, kpidSize, &prop));
629 RINOK(updateCallback->SetTotal(size));
638 RINOK(updateCallback->GetStream(0, &fileInStream));
666 lps->Init(updateCallback, true);
671 return updateCallback->SetOperationResult(NArchive::NUpdate::NOperationResult::kOK);
589 UpdateItems(ISequentialOutStream *outStream, UInt32 numItems, IArchiveUpdateCallback *updateCallback) argument

Completed in 78 milliseconds