Searched refs:SOURCE_BSDIFF (Results 1 – 13 of 13) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 59 SOURCE_BSDIFF = _CLASS.SOURCE_BSDIFF variable in OpType 65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO, 71 SOURCE_BSDIFF: 'SOURCE_BSDIFF',
|
D | applier.py | 409 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,
|
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 | delta_performer.cc | 567 case InstallOperation::SOURCE_BSDIFF: in Write()
|
/system/update_engine/payload_generator/ |
D | cow_size_estimator.cc | 149 case InstallOperation::SOURCE_BSDIFF: in CowDryRun()
|
D | delta_diff_utils.cc | 708 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()
|
D | payload_generation_config.cc | 264 case InstallOperation::SOURCE_BSDIFF: in OperationAllowed()
|
D | delta_diff_utils_unittest.cc | 300 EXPECT_EQ(InstallOperation::SOURCE_BSDIFF, op.type()); in TEST_F()
|
/system/update_engine/ |
D | update_metadata.proto | 76 // - 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
|
D | README.md | 337 `SOURCE_BSDIFF` or `PUFFDIFF` operation depending on which one generates a
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 76 // - 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
|