Searched refs:isImgDiff (Results 1 - 3 of 3) sorted by relevance
/base/update/updater/test/unittest/applypatch_test/ |
H A D | blockset_unittest.cpp | 132 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 D | block_set.h | 93 size_t patchLength, bool isImgDiff = true);
|
/base/update/updater/services/applypatch/ |
H A D | block_set.cpp | 384 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