Home
last modified time | relevance | path

Searched refs:REPLACE (Results 1 – 20 of 20) sorted by relevance

/system/update_engine/scripts/update_payload/
Dcommon.py56 REPLACE = _CLASS.REPLACE variable in OpType
65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
68 REPLACE: 'REPLACE',
Dchecker_unittest.py48 'REPLACE': common.OpType.REPLACE,
589 op.type = common.OpType.REPLACE
795 if op_type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ):
897 rootfs_op_type = common.OpType.REPLACE
941 common.ROOTFS, common.OpType.REPLACE,
1043 common.ROOTFS, common.OpType.REPLACE,
1054 common.KERNEL, common.OpType.REPLACE,
1116 if (op_type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
Dchecker.py780 if op.type == common.OpType.REPLACE:
962 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
1031 common.OpType.REPLACE: 0,
1042 common.OpType.REPLACE: 0,
1134 if (last_op.type == common.OpType.REPLACE and
Dapplier.py502 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
/system/update_engine/payload_generator/
Dab_generator_unittest.cc96 if (orig_type == InstallOperation::REPLACE) { in TestSplitReplaceOrReplaceXzOperation()
126 compressible ? InstallOperation::REPLACE_XZ : InstallOperation::REPLACE; in TestSplitReplaceOrReplaceXzOperation()
195 if (!compressible && orig_type == InstallOperation::REPLACE) { in TestSplitReplaceOrReplaceXzOperation()
236 if (orig_type == InstallOperation::REPLACE) { in TestMergeReplaceOrReplaceXzOperations()
256 if (orig_type == InstallOperation::REPLACE) { in TestMergeReplaceOrReplaceXzOperations()
287 compressible ? InstallOperation::REPLACE_XZ : InstallOperation::REPLACE; in TestMergeReplaceOrReplaceXzOperations()
383 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE, false); in TEST_F()
387 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE, true); in TEST_F()
483 TestMergeReplaceOrReplaceXzOperations(InstallOperation::REPLACE, false); in TEST_F()
487 TestMergeReplaceOrReplaceXzOperations(InstallOperation::REPLACE, true); in TEST_F()
[all …]
Dfull_update_generator_unittest.cc87 if (aops[i].op.type() != InstallOperation::REPLACE) { in TEST_F()
Dab_generator.cc168 const bool is_replace = original_op.type() == InstallOperation::REPLACE; in SplitAReplaceOp()
179 new_op.set_type(InstallOperation::REPLACE); in SplitAReplaceOp()
Dcow_size_estimator.cc135 case InstallOperation::REPLACE: in CowDryRun()
Dpayload_generation_config.cc248 case InstallOperation::REPLACE: in OperationAllowed()
Ddelta_diff_utils.cc682 *out_type = InstallOperation::REPLACE; in GenerateBestFullOperation()
872 return (op_type == InstallOperation::REPLACE || in IsAReplaceOperation()
Ddelta_diff_utils_unittest.cc225 (i == 0 ? InstallOperation::REPLACE : InstallOperation::REPLACE_BZ); in TEST_F()
/system/timezone/testing/data/
Dtransform-distro-files.sh57 REPLACE=$(echo ${OUTPUT_IANA_RULES_VERSION} | sed "s/\(.\)/\1\\\x00/g")
58 sed "s/$SEARCH/$REPLACE/" ${INPUT_ICU_FILE} > ${OUTPUT_ICU_FILE}
/system/update_engine/payload_consumer/
Dpayload_constants.cc51 case InstallOperation::REPLACE: in InstallOperationTypeName()
Ddelta_performer_unittest.cc461 aop.op.set_type(InstallOperation::REPLACE); in TEST_F()
483 aop.op.set_type(InstallOperation::REPLACE); in TEST_F()
509 aop.op.set_type(InstallOperation::REPLACE); in TEST_F()
1097 aop.op.set_type(InstallOperation::REPLACE); in TEST_F()
Ddelta_performer.cc552 case InstallOperation::REPLACE: in Write()
849 CHECK(operation.type() == InstallOperation::REPLACE || in PerformReplaceOperation()
/system/core/fs_mgr/libsnapshot/
Dmake_cow_from_ab_ota.cpp223 case InstallOperation::REPLACE: in ProcessOperation()
/system/update_engine/
Dupdate_metadata.proto63 // - REPLACE: Replace the dst_extents on the drive with the attached data,
170 REPLACE = 0; // Replace destination extents w/ attached 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.proto63 // - REPLACE: Replace the dst_extents on the drive with the attached data,
170 REPLACE = 0; // Replace destination extents w/ attached data. enumerator
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc770 iop.set_type(InstallOperation::REPLACE); in TEST_P()