Searched refs:REPLACE_BZ (Results 1 – 14 of 14) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 57 REPLACE_BZ = _CLASS.REPLACE_BZ variable in OpType 65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO, 69 REPLACE_BZ: 'REPLACE_BZ',
|
D | applier.py | 248 if op.type == common.OpType.REPLACE_BZ: 502 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
|
D | checker_unittest.py | 49 'REPLACE_BZ': common.OpType.REPLACE_BZ, 625 op.type = common.OpType.REPLACE_BZ 795 if op_type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ): 1116 if (op_type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
|
D | checker.py | 960 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ, 1030 common.OpType.REPLACE_BZ: 0, 1041 common.OpType.REPLACE_BZ: 0,
|
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 53 case InstallOperation::REPLACE_BZ: in InstallOperationTypeName()
|
D | delta_performer.cc | 705 case InstallOperation::REPLACE_BZ: in Write() 999 operation.type() == InstallOperation::REPLACE_BZ || in PerformReplaceOperation() 1010 if (operation.type() == InstallOperation::REPLACE_BZ) { in PerformReplaceOperation()
|
D | delta_performer_unittest.cc | 530 aop.op.set_type(InstallOperation::REPLACE_BZ); in TEST_F()
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils_unittest.cc | 235 (i == 0 ? InstallOperation::REPLACE : InstallOperation::REPLACE_BZ); in TEST_F() 341 EXPECT_EQ(InstallOperation::REPLACE_BZ, op.type()); in TEST_F() 505 EXPECT_EQ(InstallOperation::REPLACE_BZ, aop.op.type()); in TEST_F()
|
D | delta_diff_utils.cc | 667 if (version.OperationAllowed(InstallOperation::REPLACE_BZ)) { in GenerateBestFullOperation() 674 *out_type = InstallOperation::REPLACE_BZ; in GenerateBestFullOperation() 877 op_type == InstallOperation::REPLACE_BZ || in IsAReplaceOperation()
|
D | payload_generation_config.cc | 246 case InstallOperation::REPLACE_BZ: in OperationAllowed()
|
/system/update_engine/scripts/ |
D | payload_info_unittest.py | 102 update_payload.common.OpType.REPLACE_BZ,
|
/system/update_engine/ |
D | update_metadata.proto | 65 // - REPLACE_BZ: bzip2-uncompress the attached data and write it into 171 REPLACE_BZ = 1; // Replace destination extents w/ attached bzipped 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 | 65 // - REPLACE_BZ: bzip2-uncompress the attached data and write it into 171 REPLACE_BZ = 1; // Replace destination extents w/ attached bzipped data. enumerator
|