Home
last modified time | relevance | path

Searched refs:PUFFDIFF (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/scripts/update_payload/
Dcommon.py63 PUFFDIFF = _CLASS.PUFFDIFF variable in OpType
66 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF)
75 PUFFDIFF: 'PUFFDIFF',
Dapplier.py414 elif op.type == common.OpType.PUFFDIFF:
451 elif op.type == common.OpType.PUFFDIFF:
510 elif op.type in (common.OpType.SOURCE_BSDIFF, common.OpType.PUFFDIFF,
Dchecker.py975 elif op.type == common.OpType.PUFFDIFF and self.minor_version >= 5:
1035 common.OpType.PUFFDIFF: 0,
1045 common.OpType.PUFFDIFF: 0,
Dchecker_unittest.py55 'PUFFDIFF': common.OpType.PUFFDIFF,
785 common.OpType.PUFFDIFF, common.OpType.BROTLI_BSDIFF):
804 elif op_type == common.OpType.PUFFDIFF:
/system/update_engine/payload_consumer/
Dpayload_constants.cc65 case InstallOperation::PUFFDIFF: in InstallOperationTypeName()
Ddelta_performer_unittest.cc613 aop.op.set_type(InstallOperation::PUFFDIFF); in TEST_F()
Ddelta_performer.cc724 case InstallOperation::PUFFDIFF: in Write()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc306 bool puffdiff_allowed = version.OperationAllowed(InstallOperation::PUFFDIFF); in DeltaReadPartition()
716 bool puffdiff_allowed = version.OperationAllowed(InstallOperation::PUFFDIFF); in ReadExtentsToDiff()
842 operation.set_type(InstallOperation::PUFFDIFF); in ReadExtentsToDiff()
Dpayload_generation_config.cc267 case InstallOperation::PUFFDIFF: in OperationAllowed()
/system/update_engine/
Dupdate_metadata.proto85 // - PUFFDIFF: Read the data in src_extents in the old partition, perform
189 PUFFDIFF = 9; // The data is in puffdiff format. enumerator
DREADME.md337 `SOURCE_BSDIFF` or `PUFFDIFF` operation depending on which one generates a
367 does not know how to handle a `PUFFDIFF` operation. So when generating a delta
369 we cannot produce PUFFDIFF operation for it. The payload generation process
/system/update_engine/update_engine/
Dupdate_metadata.proto85 // - PUFFDIFF: Read the data in src_extents in the old partition, perform
189 PUFFDIFF = 9; // The data is in puffdiff format. enumerator