Home
last modified time | relevance | path

Searched refs:GetBlocksSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dblock_writer.h32 size_t GetBlocksSize() const;
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_writer.cpp28 size_t BlockWriter::GetBlocksSize() const in GetBlocksSize() function in Updater::BlockWriter
/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()