Home
last modified time | relevance | path

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

/base/update/updater/services/diffpatch/diff/
Dimage_diff.cpp42 case BLOCK_RAW: in GetHeaderSize()
93 int32_t type = (oldInfo.length == 0) ? BLOCK_RAW : BLOCK_NORMAL; in SplitImage()
137 case BLOCK_RAW: { in WriteHeader()
196 if (updateBlocks_[index].type == BLOCK_RAW) { in WritePatch()
299 BLOCK_RAW, in MakePatch()
328 BLOCK_RAW, in DiffFile()
345 BLOCK_RAW, in DiffFile()
/base/update/updater/services/diffpatch/
Ddiffpatch.h121 #define BLOCK_RAW 3 macro
/base/update/updater/services/diffpatch/patch/
Dupdate_patch.cpp76 case BLOCK_RAW: in ApplyImagePatch()