Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dcommon.py62 REPLACE_XZ = _CLASS.REPLACE_XZ variable in OpType
67 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF, ZUCCHINI)
75 REPLACE_XZ: '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.py963 common.OpType.REPLACE_XZ):
1033 common.OpType.REPLACE_XZ: 0,
1044 common.OpType.REPLACE_XZ: 0,
/system/update_engine/payload_consumer/
Dpayload_constants.cc63 case InstallOperation::REPLACE_XZ: in InstallOperationTypeName()
Dinstall_operation_executor.cc185 operation.type() == InstallOperation::REPLACE_XZ); in ExecuteReplaceOperation()
189 } else if (operation.type() == InstallOperation::REPLACE_XZ) { in ExecuteReplaceOperation()
Ddelta_performer.cc650 case InstallOperation::REPLACE_XZ: in Write()
876 operation.type() == InstallOperation::REPLACE_XZ); in PerformReplaceOperation()
Ddelta_performer_unittest.cc546 aop.op.set_type(InstallOperation::REPLACE_XZ); in TEST_F()
/system/update_engine/payload_generator/
Dab_generator_unittest.cc126 compressible ? InstallOperation::REPLACE_XZ : InstallOperation::REPLACE; in TestSplitReplaceOrReplaceXzOperation()
287 compressible ? InstallOperation::REPLACE_XZ : InstallOperation::REPLACE; in TestMergeReplaceOrReplaceXzOperations()
391 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE_XZ, true); in TEST_F()
395 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE_XZ, false); in TEST_F()
491 TestMergeReplaceOrReplaceXzOperations(InstallOperation::REPLACE_XZ, true); in TEST_F()
495 TestMergeReplaceOrReplaceXzOperations(InstallOperation::REPLACE_XZ, false); in TEST_F()
Dfull_update_generator_unittest.cc88 EXPECT_EQ(InstallOperation::REPLACE_XZ, aops[i].op.type()); in TEST_F()
Ddelta_diff_utils.cc941 if (version.OperationAllowed(InstallOperation::REPLACE_XZ)) { in GenerateBestFullOperation()
944 *out_type = InstallOperation::REPLACE_XZ; in GenerateBestFullOperation()
1141 op_type == InstallOperation::REPLACE_XZ); in IsAReplaceOperation()
Dpayload_generation_config.cc279 case InstallOperation::REPLACE_XZ: in OperationAllowed()
Ddelta_diff_utils_unittest.cc414 aop.op.set_type(InstallOperation::REPLACE_XZ); in TEST_F()
433 ASSERT_EQ(InstallOperation::REPLACE_XZ, op.type()); in TEST_F()
/system/update_engine/aosp/
Dota_extractor.cc164 op.type() == InstallOperation::REPLACE_XZ) { in ExtractImagesFromOTA()
/system/update_engine/update_engine/
Dupdate_metadata.proto82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached
161 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator
/system/update_engine/
Dupdate_metadata.proto82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached
161 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator
DREADME.md302 4. If a file is new, generate a `REPLACE`, `REPLACE_XZ`, or `REPLACE_BZ`
314 Full payloads can only contain `REPLACE`, `REPLACE_BZ`, and `REPLACE_XZ`