/system/update_engine/scripts/update_payload/ |
D | common.py | 56 REPLACE = _CLASS.REPLACE variable in OpType 65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO, 68 REPLACE: 'REPLACE',
|
D | checker_unittest.py | 48 '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,
|
D | checker.py | 778 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
|
D | applier.py | 502 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
|
/system/update_engine/payload_generator/ |
D | ab_generator_unittest.cc | 97 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 …]
|
D | full_update_generator_unittest.cc | 92 if (aops[i].op.type() != InstallOperation::REPLACE) { in TEST_F()
|
D | ab_generator.cc | 168 const bool is_replace = original_op.type() == InstallOperation::REPLACE; in SplitAReplaceOp() 179 new_op.set_type(InstallOperation::REPLACE); in SplitAReplaceOp()
|
D | payload_generation_config.cc | 245 case InstallOperation::REPLACE: in OperationAllowed()
|
D | delta_diff_utils.cc | 682 *out_type = InstallOperation::REPLACE; in GenerateBestFullOperation() 876 return (op_type == InstallOperation::REPLACE || in IsAReplaceOperation()
|
D | delta_diff_utils_unittest.cc | 235 (i == 0 ? InstallOperation::REPLACE : InstallOperation::REPLACE_BZ); in TEST_F()
|
/system/timezone/testing/data/ |
D | transform-distro-files.sh | 57 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/ |
D | payload_constants.cc | 51 case InstallOperation::REPLACE: in InstallOperationTypeName()
|
D | delta_performer_unittest.cc | 462 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()
|
D | delta_performer.cc | 704 case InstallOperation::REPLACE: in Write() 998 CHECK(operation.type() == InstallOperation::REPLACE || in PerformReplaceOperation()
|
/system/update_engine/ |
D | update_metadata.proto | 63 // - REPLACE: Replace the dst_extents on the drive with the attached data, 170 REPLACE = 0; // Replace destination extents w/ attached data. enumerator
|
D | dynamic_partition_control_android_unittest.cc | 675 iop.set_type(InstallOperation::REPLACE); in TEST_P()
|
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 | 63 // - REPLACE: Replace the dst_extents on the drive with the attached data, 170 REPLACE = 0; // Replace destination extents w/ attached data. enumerator
|