Searched refs:SOURCE_BSDIFF (Results 1 – 16 of 16) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 59 SOURCE_BSDIFF = _CLASS.SOURCE_BSDIFF variable in OpType 66 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO, 72 SOURCE_BSDIFF: 'SOURCE_BSDIFF',
|
D | checker_unittest.py | 51 'SOURCE_BSDIFF': common.OpType.SOURCE_BSDIFF, 784 if op_type in (common.OpType.SOURCE_COPY, common.OpType.SOURCE_BSDIFF, 797 elif op_type in (common.OpType.SOURCE_COPY, common.OpType.SOURCE_BSDIFF): 840 elif (op_type == common.OpType.SOURCE_BSDIFF and 850 elif (op_type == common.OpType.SOURCE_BSDIFF and
|
D | checker.py | 836 if op.type == common.OpType.SOURCE_BSDIFF and self.minor_version <= 3: 971 elif op.type == common.OpType.SOURCE_BSDIFF and self.minor_version >= 2: 1036 common.OpType.SOURCE_BSDIFF: 0, 1046 common.OpType.SOURCE_BSDIFF: 0,
|
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 57 case InstallOperation::SOURCE_BSDIFF: in InstallOperationTypeName()
|
D | vabc_partition_writer_unittest.cc | 236 install_op->set_type(InstallOperation::SOURCE_BSDIFF); in TEST_F()
|
D | install_operation_executor.cc | 240 case InstallOperation::SOURCE_BSDIFF: in ExecuteDiffOperation()
|
D | delta_performer.cc | 757 case InstallOperation::SOURCE_BSDIFF: in ProcessOperation()
|
/system/update_engine/payload_generator/ |
D | merge_sequence_generator_unittest.cc | 272 aop.op.set_type(InstallOperation::SOURCE_BSDIFF); in TEST_F() 302 aop.op.set_type(InstallOperation::SOURCE_BSDIFF); in TEST_F() 348 aop.op.set_type(InstallOperation::SOURCE_BSDIFF); in TEST_F() 389 aop.op.set_type(InstallOperation::SOURCE_BSDIFF); in TEST_F()
|
D | cow_size_estimator.cc | 79 case InstallOperation::SOURCE_BSDIFF: in CowDryRun()
|
D | delta_diff_utils.cc | 196 {InstallOperation::SOURCE_BSDIFF, kMaxBsdiffDestinationSize}, in GenerateBestDiffOperation() 252 if (op_type == InstallOperation::SOURCE_BSDIFF && in GenerateBestDiffOperation() 258 case InstallOperation::SOURCE_BSDIFF: in GenerateBestDiffOperation() 1117 if (operation.type() == InstallOperation::SOURCE_BSDIFF && in ReadExtentsToDiff()
|
D | payload_generation_config.cc | 318 case InstallOperation::SOURCE_BSDIFF: in OperationAllowed()
|
D | merge_sequence_generator.cc | 80 case InstallOperation::SOURCE_BSDIFF: in GetCowOpType()
|
D | delta_diff_utils_unittest.cc | 309 ASSERT_EQ(InstallOperation::SOURCE_BSDIFF, op.type()); in TEST_F()
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 76 // - SOURCE_BSDIFF: Read the data in src_extents in the old partition, perform 157 SOURCE_BSDIFF = 5; // Like BSDIFF, but read from source partition enumerator 166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli. 191 // block_size. It is used for BSDIFF and SOURCE_BSDIFF, because we need to 198 // block_size. Used for BSDIFF and SOURCE_BSDIFF, but not in any other
|
/system/update_engine/ |
D | update_metadata.proto | 76 // - SOURCE_BSDIFF: Read the data in src_extents in the old partition, perform 157 SOURCE_BSDIFF = 5; // Like BSDIFF, but read from source partition enumerator 166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli. 191 // block_size. It is used for BSDIFF and SOURCE_BSDIFF, because we need to 198 // block_size. Used for BSDIFF and SOURCE_BSDIFF, but not in any other
|
D | README.md | 306 `SOURCE_BSDIFF` or `PUFFDIFF` operation depending on which one generates a
|