Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/applypatch_test/
Dblockset_unittest.cpp130 …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/
Dblock_set.h92 …int32_t WriteDiffToBlock(const Command &cmd, std::vector<uint8_t> &sourceBuffer, const size_t srcB…
/base/update/updater/services/applypatch/
Dcommand_process.cpp163 …ret = targetBlock.WriteDiffToBlock(const_cast<const Command &>(params), buffer, tgtBlockSize, isIm… in Execute()
Dblock_set.cpp381 int32_t BlockSet::WriteDiffToBlock(const Command &cmd, std::vector<uint8_t> &srcBuffer, in WriteDiffToBlock() function in Updater::BlockSet