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

  /system/update_engine/payload_consumer/
payload_constants.cc 60 case InstallOperation::BROTLI_BSDIFF:
61 return "BROTLI_BSDIFF";
delta_performer.cc 688 case InstallOperation::BROTLI_BSDIFF:
    [all...]
  /system/update_engine/scripts/update_payload/
common.py 49 BROTLI_BSDIFF = _CLASS.BROTLI_BSDIFF
51 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF)
63 BROTLI_BSDIFF: 'BROTLI_BSDIFF',
update_metadata_pb2.py 67 name='BROTLI_BSDIFF', index=10, number=10,
applier.py 371 """Applies a SOURCE_BSDIFF, BROTLI_BSDIFF or PUFFDIFF operation.
413 common.OpType.BROTLI_BSDIFF):
451 common.OpType.BROTLI_BSDIFF):
524 common.OpType.BROTLI_BSDIFF):
checker.py 838 """Specific checks for BSDIFF, SOURCE_BSDIFF, PUFFDIFF and BROTLI_BSDIFF
    [all...]
checker_unittest.py 44 'BROTLI_BSDIFF': common.OpType.BROTLI_BSDIFF,
796 'SOURCE_BSDIFF', BROTLI_BSDIFF or 'PUFFDIFF'.
    [all...]
  /system/update_engine/payload_generator/
payload_generation_config.cc 169 case InstallOperation::BROTLI_BSDIFF:
delta_diff_utils.cc 748 if (version.OperationAllowed(InstallOperation::BROTLI_BSDIFF)) {
753 operation_type = InstallOperation::BROTLI_BSDIFF;
    [all...]

Completed in 250 milliseconds