Searched refs:REPLACE_XZ (Results 1 – 16 of 16) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 62 REPLACE_XZ = _CLASS.REPLACE_XZ variable in OpType 67 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF, ZUCCHINI) 75 REPLACE_XZ: 'REPLACE_XZ',
|
D | checker_unittest.py | 54 '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
|
D | checker.py | 963 common.OpType.REPLACE_XZ): 1033 common.OpType.REPLACE_XZ: 0, 1044 common.OpType.REPLACE_XZ: 0,
|
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 63 case InstallOperation::REPLACE_XZ: in InstallOperationTypeName()
|
D | install_operation_executor.cc | 185 operation.type() == InstallOperation::REPLACE_XZ); in ExecuteReplaceOperation() 189 } else if (operation.type() == InstallOperation::REPLACE_XZ) { in ExecuteReplaceOperation()
|
D | delta_performer.cc | 650 case InstallOperation::REPLACE_XZ: in Write() 876 operation.type() == InstallOperation::REPLACE_XZ); in PerformReplaceOperation()
|
D | delta_performer_unittest.cc | 546 aop.op.set_type(InstallOperation::REPLACE_XZ); in TEST_F()
|
/system/update_engine/payload_generator/ |
D | ab_generator_unittest.cc | 126 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()
|
D | full_update_generator_unittest.cc | 88 EXPECT_EQ(InstallOperation::REPLACE_XZ, aops[i].op.type()); in TEST_F()
|
D | delta_diff_utils.cc | 941 if (version.OperationAllowed(InstallOperation::REPLACE_XZ)) { in GenerateBestFullOperation() 944 *out_type = InstallOperation::REPLACE_XZ; in GenerateBestFullOperation() 1141 op_type == InstallOperation::REPLACE_XZ); in IsAReplaceOperation()
|
D | payload_generation_config.cc | 279 case InstallOperation::REPLACE_XZ: in OperationAllowed()
|
D | delta_diff_utils_unittest.cc | 414 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/ |
D | ota_extractor.cc | 164 op.type() == InstallOperation::REPLACE_XZ) { in ExtractImagesFromOTA()
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 82 // - 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/ |
D | update_metadata.proto | 82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached 161 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator
|
D | README.md | 302 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`
|