Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dcommon.py59 SOURCE_BSDIFF = _CLASS.SOURCE_BSDIFF variable in OpType
65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
71 SOURCE_BSDIFF: 'SOURCE_BSDIFF',
Dapplier.py409 if op.type in (common.OpType.SOURCE_BSDIFF, common.OpType.BROTLI_BSDIFF):
446 if op.type in (common.OpType.SOURCE_BSDIFF, common.OpType.BROTLI_BSDIFF):
510 elif op.type in (common.OpType.SOURCE_BSDIFF, common.OpType.PUFFDIFF,
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()
Ddelta_performer.cc567 case InstallOperation::SOURCE_BSDIFF: in Write()
/system/update_engine/payload_generator/
Dcow_size_estimator.cc149 case InstallOperation::SOURCE_BSDIFF: in CowDryRun()
Ddelta_diff_utils.cc708 version.OperationAllowed(InstallOperation::SOURCE_BSDIFF); in ReadExtentsToDiff()
769 InstallOperation::Type operation_type = InstallOperation::SOURCE_BSDIFF; in ReadExtentsToDiff()
852 if (operation.type() == InstallOperation::SOURCE_BSDIFF && in ReadExtentsToDiff()
Dpayload_generation_config.cc264 case InstallOperation::SOURCE_BSDIFF: in OperationAllowed()
Ddelta_diff_utils_unittest.cc300 EXPECT_EQ(InstallOperation::SOURCE_BSDIFF, op.type()); in TEST_F()
/system/update_engine/
Dupdate_metadata.proto76 // - SOURCE_BSDIFF: Read the data in src_extents in the old partition, perform
177 SOURCE_BSDIFF = 5; // Like BSDIFF, but read from source partition enumerator
186 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli.
204 // block_size. It is used for BSDIFF and SOURCE_BSDIFF, because we need to
211 // block_size. Used for BSDIFF and SOURCE_BSDIFF, but not in any other
DREADME.md337 `SOURCE_BSDIFF` or `PUFFDIFF` operation depending on which one generates a
/system/update_engine/update_engine/
Dupdate_metadata.proto76 // - SOURCE_BSDIFF: Read the data in src_extents in the old partition, perform
177 SOURCE_BSDIFF = 5; // Like BSDIFF, but read from source partition enumerator
186 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli.
204 // block_size. It is used for BSDIFF and SOURCE_BSDIFF, because we need to
211 // block_size. Used for BSDIFF and SOURCE_BSDIFF, but not in any other