Searched refs:REPLACE_XZ (Results 1 – 14 of 14) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 62 REPLACE_XZ = _CLASS.REPLACE_XZ variable in OpType 66 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF) 74 REPLACE_XZ: 'REPLACE_XZ',
|
D | applier.py | 251 elif op.type == common.OpType.REPLACE_XZ: 503 common.OpType.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 | 961 common.OpType.REPLACE_XZ): 1031 common.OpType.REPLACE_XZ: 0, 1042 common.OpType.REPLACE_XZ: 0,
|
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 63 case InstallOperation::REPLACE_XZ: in InstallOperationTypeName()
|
D | delta_performer.cc | 706 case InstallOperation::REPLACE_XZ: in Write() 1000 operation.type() == InstallOperation::REPLACE_XZ); in PerformReplaceOperation() 1012 } else if (operation.type() == InstallOperation::REPLACE_XZ) { in PerformReplaceOperation()
|
D | delta_performer_unittest.cc | 550 aop.op.set_type(InstallOperation::REPLACE_XZ); in TEST_F()
|
/system/update_engine/payload_generator/ |
D | ab_generator_unittest.cc | 128 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()
|
D | full_update_generator_unittest.cc | 93 EXPECT_EQ(InstallOperation::REPLACE_XZ, aops[i].op.type()); in TEST_F()
|
D | delta_diff_utils.cc | 657 if (version.OperationAllowed(InstallOperation::REPLACE_XZ)) { in GenerateBestFullOperation() 660 *out_type = InstallOperation::REPLACE_XZ; in GenerateBestFullOperation() 878 op_type == InstallOperation::REPLACE_XZ); in IsAReplaceOperation()
|
D | payload_generation_config.cc | 248 case InstallOperation::REPLACE_XZ: in OperationAllowed()
|
/system/update_engine/ |
D | update_metadata.proto | 82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached 181 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator
|
D | README.md | 333 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/ |
D | update_metadata.proto | 82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached 181 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data. enumerator
|