Home
last modified time | relevance | path

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

/base/update/updater/services/diffpatch/
H A Ddiffpatch.h70 * if block type == BLOCK_LZ4:
106 #define BLOCK_LZ4 4 macro
/base/update/updater/services/diffpatch/diff/
H A Dimage_diff.h106 : CompressedImageDiff(limit, newParser, oldParser, BLOCK_LZ4) {} in Lz4ImageDiff()
H A Dimage_diff.cpp44 case BLOCK_LZ4: in GetHeaderSize()
363 if (type_ != BLOCK_LZ4 && newFileInfo->dataOffset > newFileInfo->headerOffset) { in UpdateBlocks()
479 if (block.type == BLOCK_LZ4) { in WriteHeader()
489 PATCH_LOGI("WriteHeader BLOCK_LZ4 patchoffset %zu dataOffset:%zu %zu", in WriteHeader()
495 PATCH_LOGI("WriteHeader BLOCK_LZ4 decompressed hash %zu %s", in WriteHeader()
/base/update/updater/services/diffpatch/patch/
H A Dupdate_patch.cpp100 case BLOCK_LZ4: in ApplyImagePatch()

Completed in 3 milliseconds