Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dblockset_unittest.cpp132 bool isImgDiff = true; variable
134 srcBuffer, patchBuffer.data(), blockSize, isImgDiff);
136 isImgDiff = false;
138 srcBuffer, patchBuffer.data(), blockSize, isImgDiff);
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dblock_set.h93 size_t patchLength, bool isImgDiff = true);
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp373 size_t patchLength, bool isImgDiff) in WriteDiffToBlock() argument
376 if (isImgDiff) { in WriteDiffToBlock()