Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dcommon.py57 REPLACE_BZ = _CLASS.REPLACE_BZ variable in OpType
65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
69 REPLACE_BZ: 'REPLACE_BZ',
Dapplier.py248 if op.type == common.OpType.REPLACE_BZ:
502 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
Dchecker_unittest.py49 '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,
Dchecker.py960 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/
Dpayload_constants.cc53 case InstallOperation::REPLACE_BZ: in InstallOperationTypeName()
Ddelta_performer.cc705 case InstallOperation::REPLACE_BZ: in Write()
999 operation.type() == InstallOperation::REPLACE_BZ || in PerformReplaceOperation()
1010 if (operation.type() == InstallOperation::REPLACE_BZ) { in PerformReplaceOperation()
Ddelta_performer_unittest.cc530 aop.op.set_type(InstallOperation::REPLACE_BZ); in TEST_F()
/system/update_engine/payload_generator/
Ddelta_diff_utils_unittest.cc235 (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()
Ddelta_diff_utils.cc667 if (version.OperationAllowed(InstallOperation::REPLACE_BZ)) { in GenerateBestFullOperation()
674 *out_type = InstallOperation::REPLACE_BZ; in GenerateBestFullOperation()
877 op_type == InstallOperation::REPLACE_BZ || in IsAReplaceOperation()
Dpayload_generation_config.cc246 case InstallOperation::REPLACE_BZ: in OperationAllowed()
/system/update_engine/scripts/
Dpayload_info_unittest.py102 update_payload.common.OpType.REPLACE_BZ,
/system/update_engine/
Dupdate_metadata.proto65 // - REPLACE_BZ: bzip2-uncompress the attached data and write it into
171 REPLACE_BZ = 1; // Replace destination extents w/ attached bzipped 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.proto65 // - REPLACE_BZ: bzip2-uncompress the attached data and write it into
171 REPLACE_BZ = 1; // Replace destination extents w/ attached bzipped data. enumerator