Home
last modified time | relevance | path

Searched refs:REPLACE (Results 1 – 18 of 18) 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.py778 if op.type == common.OpType.REPLACE:
960 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
1029 common.OpType.REPLACE: 0,
1040 common.OpType.REPLACE: 0,
1132 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.cc97 if (orig_type == InstallOperation::REPLACE) { in TestSplitReplaceOrReplaceXzOperation()
128 compressible ? InstallOperation::REPLACE_XZ : InstallOperation::REPLACE; in TestSplitReplaceOrReplaceXzOperation()
197 if (!compressible && orig_type == InstallOperation::REPLACE) { in TestSplitReplaceOrReplaceXzOperation()
239 if (orig_type == InstallOperation::REPLACE) { in TestMergeReplaceOrReplaceXzOperations()
259 if (orig_type == InstallOperation::REPLACE) { in TestMergeReplaceOrReplaceXzOperations()
291 compressible ? InstallOperation::REPLACE_XZ : InstallOperation::REPLACE; in TestMergeReplaceOrReplaceXzOperations()
387 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE, false); in TEST_F()
391 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE, true); in TEST_F()
487 TestMergeReplaceOrReplaceXzOperations(InstallOperation::REPLACE, false); in TEST_F()
491 TestMergeReplaceOrReplaceXzOperations(InstallOperation::REPLACE, true); in TEST_F()
[all …]
Dfull_update_generator_unittest.cc92 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()
Dpayload_generation_config.cc245 case InstallOperation::REPLACE: in OperationAllowed()
Ddelta_diff_utils.cc682 *out_type = InstallOperation::REPLACE; in GenerateBestFullOperation()
876 return (op_type == InstallOperation::REPLACE || in IsAReplaceOperation()
Ddelta_diff_utils_unittest.cc235 (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.cc462 aop.op.set_type(InstallOperation::REPLACE); in TEST_F()
484 aop.op.set_type(InstallOperation::REPLACE); in TEST_F()
510 aop.op.set_type(InstallOperation::REPLACE); in TEST_F()
Ddelta_performer.cc704 case InstallOperation::REPLACE: in Write()
998 CHECK(operation.type() == InstallOperation::REPLACE || in PerformReplaceOperation()
/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
Ddynamic_partition_control_android_unittest.cc675 iop.set_type(InstallOperation::REPLACE); in TEST_P()
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