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

  /system/update_engine/payload_consumer/
payload_constants.cc 56 case InstallOperation::REPLACE_XZ:
57 return "REPLACE_XZ";
delta_performer.cc 666 case InstallOperation::REPLACE_XZ:
857 operation.type() == InstallOperation::REPLACE_XZ);
    [all...]
delta_performer_unittest.cc 489 aop.op.set_type(InstallOperation::REPLACE_XZ);
    [all...]
  /system/update_engine/scripts/update_payload/
common.py 47 REPLACE_XZ = _CLASS.REPLACE_XZ
51 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF)
61 REPLACE_XZ: 'REPLACE_XZ',
update_metadata_pb2.py 59 name='REPLACE_XZ', index=8, number=8,
checker_unittest.py 42 'REPLACE_XZ': common.OpType.REPLACE_XZ,
    [all...]
  /system/update_engine/payload_generator/
payload_generation_config.cc 144 case InstallOperation::REPLACE_XZ:
delta_diff_utils.cc 637 if (version.OperationAllowed(InstallOperation::REPLACE_XZ)) {
640 *out_type = InstallOperation::REPLACE_XZ;
650 // to compress the blob with bzip2 if we already have a good REPLACE_XZ.
    [all...]

Completed in 92 milliseconds