Home
last modified time | relevance | path

Searched refs:isImgDiff (Results 1 - 3 of 3) sorted by relevance

/base/update/updater/test/unittest/applypatch_test/
H A Dblockset_unittest.cpp132 bool isImgDiff = true; in HWTEST_F() local
134 srcBuffer, patchBuffer.data(), blockSize, isImgDiff); in HWTEST_F()
136 isImgDiff = false; in HWTEST_F()
138 srcBuffer, patchBuffer.data(), blockSize, isImgDiff); in HWTEST_F()
/base/update/updater/services/include/applypatch/
H A Dblock_set.h93 size_t patchLength, bool isImgDiff = true);
/base/update/updater/services/applypatch/
H A Dblock_set.cpp384 size_t patchLength, bool isImgDiff) in WriteDiffToBlock()
387 if (isImgDiff) { in WriteDiffToBlock()
383 WriteDiffToBlock(const Command &cmd, std::vector<uint8_t> &sourceBuffer, uint8_t *patchBuffer, size_t patchLength, bool isImgDiff) WriteDiffToBlock() argument

Completed in 3 milliseconds