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

  /system/update_engine/payload_consumer/
payload_constants.cc 58 case InstallOperation::PUFFDIFF:
59 return "PUFFDIFF";
delta_performer_unittest.cc 116 // * puffin --operation=puffdiff --src_file=src.bin --dst_file=dst.bin \
552 aop.op.set_type(InstallOperation::PUFFDIFF);
    [all...]
delta_performer.cc 692 case InstallOperation::PUFFDIFF:
694 OP_DURATION_HISTOGRAM("PUFFDIFF", op_start_time);
    [all...]
  /system/update_engine/scripts/update_payload/
common.py 48 PUFFDIFF = _CLASS.PUFFDIFF
51 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF)
62 PUFFDIFF: 'PUFFDIFF',
update_metadata_pb2.py 63 name='PUFFDIFF', index=9, number=9,
applier.py 371 """Applies a SOURCE_BSDIFF, BROTLI_BSDIFF or PUFFDIFF operation.
418 elif op.type == common.OpType.PUFFDIFF:
456 elif op.type == common.OpType.PUFFDIFF:
523 elif op.type in (common.OpType.SOURCE_BSDIFF, common.OpType.PUFFDIFF,
checker.py 838 """Specific checks for BSDIFF, SOURCE_BSDIFF, PUFFDIFF and BROTLI_BSDIFF
    [all...]
checker_unittest.py 43 'PUFFDIFF': common.OpType.PUFFDIFF,
796 'SOURCE_BSDIFF', BROTLI_BSDIFF or 'PUFFDIFF'.
    [all...]
  /system/update_engine/payload_generator/
payload_generation_config.cc 172 case InstallOperation::PUFFDIFF:
delta_diff_utils.cc 72 // The maximum destination size allowed for puffdiff. In general, puffdiff
286 bool puffdiff_allowed = version.OperationAllowed(InstallOperation::PUFFDIFF);
686 // Disable bsdiff, and puffdiff when the data is too big.
697 bool puffdiff_allowed = version.OperationAllowed(InstallOperation::PUFFDIFF);
700 LOG(INFO) << "puffdiff blacklisted, data too big: "
    [all...]

Completed in 98 milliseconds