Searched refs:WriteDiffToBlock (Results 1 – 4 of 4) sorted by relevance
/base/update/updater/test/unittest/applypatch_test/ |
D | blockset_unittest.cpp | 130 …int ret = targetBlock.WriteDiffToBlock(const_cast<const Command &>(*cmd), buffer, tgtBlockSize, is… 133 …ret = targetBlock.WriteDiffToBlock(const_cast<const Command &>(*cmd), buffer, tgtBlockSize, isImgD…
|
/base/update/updater/services/include/applypatch/ |
D | block_set.h | 92 …int32_t WriteDiffToBlock(const Command &cmd, std::vector<uint8_t> &sourceBuffer, const size_t srcB…
|
/base/update/updater/services/applypatch/ |
D | command_process.cpp | 163 …ret = targetBlock.WriteDiffToBlock(const_cast<const Command &>(params), buffer, tgtBlockSize, isIm… in Execute()
|
D | block_set.cpp | 381 int32_t BlockSet::WriteDiffToBlock(const Command &cmd, std::vector<uint8_t> &srcBuffer, in WriteDiffToBlock() function in Updater::BlockSet
|