Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dcommon.py44 SOURCE_BSDIFF = _CLASS.SOURCE_BSDIFF variable in OpType
49 ALL = (REPLACE, REPLACE_BZ, MOVE, BSDIFF, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
57 SOURCE_BSDIFF: 'SOURCE_BSDIFF',
Dchecker.py981 elif op.type == common.OpType.SOURCE_BSDIFF and self.minor_version >= 2:
1043 common.OpType.SOURCE_BSDIFF: 0,
1053 common.OpType.SOURCE_BSDIFF: 0,
Dchecker_unittest.py37 'SOURCE_BSDIFF': common.OpType.SOURCE_BSDIFF,
860 common.OpType.SOURCE_COPY, common.OpType.SOURCE_BSDIFF):
873 elif op_type in (common.OpType.SOURCE_COPY, common.OpType.SOURCE_BSDIFF):
Dapplier.py471 elif op.type in (common.OpType.SOURCE_BSDIFF, common.OpType.IMGDIFF):
/system/update_engine/payload_consumer/
Dpayload_constants.cc58 case InstallOperation::SOURCE_BSDIFF: in InstallOperationTypeName()
Ddelta_performer.cc732 case InstallOperation::SOURCE_BSDIFF: in Write()
/system/update_engine/payload_generator/
Dpayload_generation_config.cc165 case InstallOperation::SOURCE_BSDIFF: in OperationAllowed()
Ddelta_diff_utils.cc570 version.OperationAllowed(InstallOperation::SOURCE_BSDIFF) || in ReadExtentsToDiff()
643 version.OperationAllowed(InstallOperation::SOURCE_BSDIFF) in ReadExtentsToDiff()
644 ? InstallOperation::SOURCE_BSDIFF in ReadExtentsToDiff()
Ddelta_diff_utils_unittest.cc432 EXPECT_EQ(InstallOperation::SOURCE_BSDIFF, op.type()); in TEST_F()
/system/update_engine/
Dupdate_metadata.proto71 // - SOURCE_BSDIFF: Read the data in src_extents in the old partition, perform
158 SOURCE_BSDIFF = 5; // Like BSDIFF, but read from source partition enumerator