Home
last modified time | relevance | path

Searched refs:SOURCE_BSDIFF (Results 1 – 16 of 16) sorted by relevance

/system/update_engine/scripts/update_payload/
Dcommon.py59 SOURCE_BSDIFF = _CLASS.SOURCE_BSDIFF variable in OpType
66 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
72 SOURCE_BSDIFF: 'SOURCE_BSDIFF',
Dchecker_unittest.py51 '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
Dchecker.py836 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/
Dpayload_constants.cc57 case InstallOperation::SOURCE_BSDIFF: in InstallOperationTypeName()
Dvabc_partition_writer_unittest.cc236 install_op->set_type(InstallOperation::SOURCE_BSDIFF); in TEST_F()
Dinstall_operation_executor.cc240 case InstallOperation::SOURCE_BSDIFF: in ExecuteDiffOperation()
Ddelta_performer.cc757 case InstallOperation::SOURCE_BSDIFF: in ProcessOperation()
/system/update_engine/payload_generator/
Dmerge_sequence_generator_unittest.cc272 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()
Dcow_size_estimator.cc79 case InstallOperation::SOURCE_BSDIFF: in CowDryRun()
Ddelta_diff_utils.cc196 {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()
Dpayload_generation_config.cc318 case InstallOperation::SOURCE_BSDIFF: in OperationAllowed()
Dmerge_sequence_generator.cc80 case InstallOperation::SOURCE_BSDIFF: in GetCowOpType()
Ddelta_diff_utils_unittest.cc309 ASSERT_EQ(InstallOperation::SOURCE_BSDIFF, op.type()); in TEST_F()
/system/update_engine/update_engine/
Dupdate_metadata.proto76 // - 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/
Dupdate_metadata.proto76 // - 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
DREADME.md306 `SOURCE_BSDIFF` or `PUFFDIFF` operation depending on which one generates a