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

  /system/update_engine/payload_consumer/
payload_constants.cc 50 case InstallOperation::SOURCE_BSDIFF:
51 return "SOURCE_BSDIFF";
delta_performer.cc 687 case InstallOperation::SOURCE_BSDIFF:
690 OP_DURATION_HISTOGRAM("SOURCE_BSDIFF", op_start_time);
    [all...]
  /system/update_engine/scripts/update_payload/
common.py 44 SOURCE_BSDIFF = _CLASS.SOURCE_BSDIFF
50 ALL = (REPLACE, REPLACE_BZ, MOVE, BSDIFF, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
58 SOURCE_BSDIFF: 'SOURCE_BSDIFF',
update_metadata_pb2.py 47 name='SOURCE_BSDIFF', index=5, number=5,
applier.py 371 """Applies a SOURCE_BSDIFF, BROTLI_BSDIFF or PUFFDIFF operation.
412 if op.type in (common.OpType.BSDIFF, common.OpType.SOURCE_BSDIFF,
450 if op.type in (common.OpType.BSDIFF, common.OpType.SOURCE_BSDIFF,
523 elif op.type in (common.OpType.SOURCE_BSDIFF, common.OpType.PUFFDIFF,
checker_unittest.py 39 'SOURCE_BSDIFF': common.OpType.SOURCE_BSDIFF,
796 'SOURCE_BSDIFF', BROTLI_BSDIFF or 'PUFFDIFF'.
    [all...]
checker.py 838 """Specific checks for BSDIFF, SOURCE_BSDIFF, PUFFDIFF and BROTLI_BSDIFF
864 (op.type == common.OpType.SOURCE_BSDIFF and self.minor_version <= 3)):
    [all...]
  /system/update_engine/payload_generator/
payload_generation_config.cc 160 // MOVE and BSDIFF were replaced by SOURCE_COPY and SOURCE_BSDIFF and
166 case InstallOperation::SOURCE_BSDIFF:
delta_diff_utils.cc 688 version.OperationAllowed(InstallOperation::SOURCE_BSDIFF) ||
756 if (version.OperationAllowed(InstallOperation::SOURCE_BSDIFF)) {
757 operation_type = InstallOperation::SOURCE_BSDIFF;
    [all...]
delta_diff_utils_unittest.cc 413 // Makes sure SOURCE_BSDIFF operations are emitted whenever src_ops_allowed
443 EXPECT_EQ(InstallOperation::SOURCE_BSDIFF, op.type());

Completed in 66 milliseconds