Home
last modified time | relevance | path

Searched refs:REPLACE_BZ (Results 1 – 17 of 17) 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.py962 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
1032 common.OpType.REPLACE_BZ: 0,
1043 common.OpType.REPLACE_BZ: 0,
/system/update_engine/payload_consumer/
Dpayload_constants.cc53 case InstallOperation::REPLACE_BZ: in InstallOperationTypeName()
Ddelta_performer.cc553 case InstallOperation::REPLACE_BZ: in Write()
850 operation.type() == InstallOperation::REPLACE_BZ || in PerformReplaceOperation()
Dpartition_writer.cc323 if (operation.type() == InstallOperation::REPLACE_BZ) { in PerformReplaceOperation()
Ddelta_performer_unittest.cc529 aop.op.set_type(InstallOperation::REPLACE_BZ); in TEST_F()
/system/update_engine/payload_generator/
Dcow_size_estimator.cc136 case InstallOperation::REPLACE_BZ: in CowDryRun()
Ddelta_diff_utils_unittest.cc225 (i == 0 ? InstallOperation::REPLACE : InstallOperation::REPLACE_BZ); in TEST_F()
331 EXPECT_EQ(InstallOperation::REPLACE_BZ, op.type()); in TEST_F()
495 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()
873 op_type == InstallOperation::REPLACE_BZ || in IsAReplaceOperation()
Dpayload_generation_config.cc249 case InstallOperation::REPLACE_BZ: in OperationAllowed()
/system/update_engine/scripts/
Dpayload_info_unittest.py102 update_payload.common.OpType.REPLACE_BZ,
/system/core/fs_mgr/libsnapshot/
Dmake_cow_from_ab_ota.cpp225 case InstallOperation::REPLACE_BZ: in ProcessOperation()
540 if (op.type() == InstallOperation::REPLACE_BZ) { in ProcessReplace()
/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