Home
last modified time | relevance | path

Searched refs:PUFFDIFF (Results 1 – 14 of 14) 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.py977 elif op.type == common.OpType.PUFFDIFF and self.minor_version >= 5:
1037 common.OpType.PUFFDIFF: 0,
1047 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.cc572 case InstallOperation::PUFFDIFF: in Write()
Ddelta_performer_unittest.cc612 aop.op.set_type(InstallOperation::PUFFDIFF); in TEST_F()
/system/update_engine/payload_generator/
Dcow_size_estimator.cc151 case InstallOperation::PUFFDIFF: in CowDryRun()
Ddelta_diff_utils.cc306 bool puffdiff_allowed = version.OperationAllowed(InstallOperation::PUFFDIFF); in DeltaReadPartition()
716 bool puffdiff_allowed = version.OperationAllowed(InstallOperation::PUFFDIFF); in ReadExtentsToDiff()
838 operation.set_type(InstallOperation::PUFFDIFF); in ReadExtentsToDiff()
Dpayload_generation_config.cc270 case InstallOperation::PUFFDIFF: in OperationAllowed()
/system/core/fs_mgr/libsnapshot/
Dmake_cow_from_ab_ota.cpp221 case InstallOperation::PUFFDIFF: in ProcessOperation()
384 } else if (op.type() == InstallOperation::PUFFDIFF) { in ProcessDiff()
/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