Home
last modified time | relevance | path

Searched refs:REPLACE_XZ (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/scripts/update_payload/
Dcommon.py64 REPLACE_XZ = _CLASS.REPLACE_XZ variable in OpType
68 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF)
78 REPLACE_XZ: 'REPLACE_XZ',
Dapplier.py264 elif op.type == common.OpType.REPLACE_XZ:
542 common.OpType.REPLACE_XZ):
Dchecker_unittest.py53 'REPLACE_XZ': common.OpType.REPLACE_XZ,
645 op.type = common.OpType.REPLACE_XZ
902 if op_type == common.OpType.REPLACE_XZ:
1242 common.OpType.REPLACE_XZ) and (fail_src_extents or
Dchecker.py1073 elif (op.type == common.OpType.REPLACE_XZ and
1151 common.OpType.REPLACE_XZ: 0,
1164 common.OpType.REPLACE_XZ: 0,
/system/update_engine/payload_consumer/
Dpayload_constants.cc63 case InstallOperation::REPLACE_XZ: in InstallOperationTypeName()
Ddelta_performer.cc723 case InstallOperation::REPLACE_XZ: in Write()
1004 operation.type() == InstallOperation::REPLACE_XZ); in PerformReplaceOperation()
1024 } else if (operation.type() == InstallOperation::REPLACE_XZ) { in PerformReplaceOperation()
Ddelta_performer_unittest.cc541 aop.op.set_type(InstallOperation::REPLACE_XZ); in TEST_F()
/system/update_engine/payload_generator/
Dpayload_generation_config.cc233 case InstallOperation::REPLACE_XZ: in OperationAllowed()
Ddelta_diff_utils.cc780 if (version.OperationAllowed(InstallOperation::REPLACE_XZ)) { in GenerateBestFullOperation()
783 *out_type = InstallOperation::REPLACE_XZ; in GenerateBestFullOperation()
1016 op_type == InstallOperation::REPLACE_XZ); in IsAReplaceOperation()
/system/update_engine/
Dupdate_metadata.proto82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached
172 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator
/system/update_engine/update_engine/
Dupdate_metadata.proto82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached
172 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator