Home
last modified time | relevance | path

Searched refs:GetTotalWritten (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dblock_writer.h31 size_t GetTotalWritten() const;
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_writer.cpp33 size_t BlockWriter::GetTotalWritten() const in GetTotalWritten() function in Updater::BlockWriter
H A Dcommand_process.cpp56 writerThreadInfo->writer->GetTotalWritten() << " bytes lost"; in Execute()
62 …LOG(DEBUG) << "Writer already written " << writerThreadInfo->writer->GetTotalWritten() << " byte(s… in Execute()
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp204 … size_t toWrite = std::min(size, info->writer->GetBlocksSize() - info->writer->GetTotalWritten()); in ExtractNewDataFunc()
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp60 … size_t toWrite = std::min(size, info->writer->GetBlocksSize() - info->writer->GetTotalWritten()); in ExtractNewData()