Home
last modified time | relevance | path

Searched refs:BLOCK_LZ4 (Results 1 – 4 of 4) sorted by relevance

/base/update/updater/services/diffpatch/
Ddiffpatch.h122 #define BLOCK_LZ4 4 macro
/base/update/updater/services/diffpatch/diff/
Dimage_diff.h103 : CompressedImageDiff(limit, newParser, oldParser, BLOCK_LZ4) {} in Lz4ImageDiff()
Dimage_diff.cpp44 case BLOCK_LZ4: in GetHeaderSize()
343 if (type_ != BLOCK_LZ4 && newFileInfo->dataOffset > newFileInfo->headerOffset) { in DiffFile()
459 if (block.type == BLOCK_LZ4) { in WriteHeader()
/base/update/updater/services/diffpatch/patch/
Dupdate_patch.cpp82 case BLOCK_LZ4: in ApplyImagePatch()