HomeSort by relevance Sort by last modified time
    Searched refs:IMGDIFF (Results 1 - 10 of 10) sorted by null

  /system/update_engine/payload_consumer/
payload_constants.cc 66 case InstallOperation::IMGDIFF:
67 return "IMGDIFF";
delta_performer_unittest.cc 104 // Imgdiff data, generated with:
107 // imgdiff abc def patch && hexdump -v -e '" " 12/1 "0x%02x, " "\n"' patch
545 aop.op.set_type(InstallOperation::IMGDIFF);
    [all...]
delta_performer.cc 735 case InstallOperation::IMGDIFF:
    [all...]
  /system/update_engine/scripts/update_payload/
common.py 48 IMGDIFF = _CLASS.IMGDIFF
50 DISCARD, REPLACE_XZ, IMGDIFF)
61 IMGDIFF: 'IMGDIFF',
applier.py 350 """Applies a SOURCE_BSDIFF or IMGDIFF operation.
376 op.type != common.OpType.IMGDIFF):
414 if op.type == common.OpType.IMGDIFF:
471 elif op.type in (common.OpType.SOURCE_BSDIFF, common.OpType.IMGDIFF):
update_metadata_pb2.py 63 name='IMGDIFF', index=9, number=9,
checker.py 819 """Specific checks for BSDIFF, SOURCE_BSDIFF and IMGDIFF operations.
    [all...]
checker_unittest.py 41 'IMGDIFF': common.OpType.IMGDIFF,
    [all...]
  /system/update_engine/payload_generator/
payload_generation_config.cc 168 case InstallOperation::IMGDIFF:
delta_diff_utils.cc 52 const char* const kImgdiffPath = "imgdiff";
61 // The maximum destination size allowed for imgdiff. In general, imgdiff should
568 // Disable bsdiff and imgdiff when the data is too big.
579 bool imgdiff_allowed = version.OperationAllowed(InstallOperation::IMGDIFF);
582 LOG(INFO) << "imgdiff blacklisted, data too big: "
651 // Imgdiff might fail in some cases, only use the result if it succeed,
659 operation.set_type(InstallOperation::IMGDIFF);
663 LOG(ERROR) << "Imgdiff failed with source extents: "
698 // Runs the bsdiff or imgdiff tool in |diff_path| on two files and returns th
    [all...]

Completed in 480 milliseconds