Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dcommon.py62 REPLACE_XZ = _CLASS.REPLACE_XZ variable in OpType
66 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF)
74 REPLACE_XZ: 'REPLACE_XZ',
Dapplier.py251 elif op.type == common.OpType.REPLACE_XZ:
503 common.OpType.REPLACE_XZ):
Dchecker_unittest.py54 'REPLACE_XZ': common.OpType.REPLACE_XZ,
667 op.type = common.OpType.REPLACE_XZ
799 if op_type == common.OpType.REPLACE_XZ:
1117 common.OpType.REPLACE_XZ) and (fail_src_extents or
Dchecker.py961 common.OpType.REPLACE_XZ):
1031 common.OpType.REPLACE_XZ: 0,
1042 common.OpType.REPLACE_XZ: 0,
/system/update_engine/payload_consumer/
Dpayload_constants.cc63 case InstallOperation::REPLACE_XZ: in InstallOperationTypeName()
Ddelta_performer.cc706 case InstallOperation::REPLACE_XZ: in Write()
1000 operation.type() == InstallOperation::REPLACE_XZ); in PerformReplaceOperation()
1012 } else if (operation.type() == InstallOperation::REPLACE_XZ) { in PerformReplaceOperation()
Ddelta_performer_unittest.cc550 aop.op.set_type(InstallOperation::REPLACE_XZ); in TEST_F()
/system/update_engine/payload_generator/
Dab_generator_unittest.cc128 compressible ? InstallOperation::REPLACE_XZ : InstallOperation::REPLACE; in TestSplitReplaceOrReplaceXzOperation()
291 compressible ? InstallOperation::REPLACE_XZ : InstallOperation::REPLACE; in TestMergeReplaceOrReplaceXzOperations()
395 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE_XZ, true); in TEST_F()
399 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE_XZ, false); in TEST_F()
495 TestMergeReplaceOrReplaceXzOperations(InstallOperation::REPLACE_XZ, true); in TEST_F()
499 TestMergeReplaceOrReplaceXzOperations(InstallOperation::REPLACE_XZ, false); in TEST_F()
Dfull_update_generator_unittest.cc93 EXPECT_EQ(InstallOperation::REPLACE_XZ, aops[i].op.type()); in TEST_F()
Ddelta_diff_utils.cc657 if (version.OperationAllowed(InstallOperation::REPLACE_XZ)) { in GenerateBestFullOperation()
660 *out_type = InstallOperation::REPLACE_XZ; in GenerateBestFullOperation()
878 op_type == InstallOperation::REPLACE_XZ); in IsAReplaceOperation()
Dpayload_generation_config.cc248 case InstallOperation::REPLACE_XZ: in OperationAllowed()
/system/update_engine/
Dupdate_metadata.proto82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached
181 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator
DREADME.md333 4. If a file is new, generate a `REPLACE`, `REPLACE_XZ`, or `REPLACE_BZ`
345 Full payloads can only contain `REPLACE`, `REPLACE_BZ`, and `REPLACE_XZ`
/system/update_engine/update_engine/
Dupdate_metadata.proto82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached
181 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator