Home
last modified time | relevance | path

Searched refs:LoadTargetBuffer (Results 1 – 3 of 3) sorted by relevance

/base/update/updater/services/include/applypatch/
Dblock_set.h88 …int32_t LoadTargetBuffer(const Command &cmd, std::vector<uint8_t> &buffer, size_t &blockSize, size…
/base/update/updater/services/applypatch/
Dcommand_process.cpp130 if (targetBlock.LoadTargetBuffer(params, buffer, tgtBlockSize, pos, srcHash) != 0) { in LoadTarget()
Dblock_set.cpp306 int32_t BlockSet::LoadTargetBuffer(const Command &cmd, std::vector<uint8_t> &buffer, size_t &blockS… in LoadTargetBuffer() function in Updater::BlockSet