Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dcommon.py63 PUFFDIFF = _CLASS.PUFFDIFF variable in OpType
67 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF, ZUCCHINI)
76 PUFFDIFF: '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()
Dinstall_operation_executor.cc245 case InstallOperation::PUFFDIFF: in ExecuteDiffOperation()
Ddelta_performer_unittest.cc608 aop.op.set_type(InstallOperation::PUFFDIFF); in TEST_F()
Ddelta_performer.cc759 case InstallOperation::PUFFDIFF: in ProcessOperation()
/system/update_engine/lz4diff/
Dlz4diff.proto46 PUFFDIFF = 1; enumerator
Dlz4diff.cc213 header.set_inner_type(InnerPatchType::PUFFDIFF); in Lz4Diff()
Dlz4patch.cc233 case InnerPatchType::PUFFDIFF: in ApplyInnerPatch()
/system/update_engine/payload_generator/
Dpayload_generation_config.cc324 case InstallOperation::PUFFDIFF: in OperationAllowed()
415 case InstallOperation::PUFFDIFF: in OperationEnabled()
Dcow_size_estimator.cc81 case InstallOperation::PUFFDIFF: in CowDryRun()
Ddelta_diff_utils.cc197 {InstallOperation::PUFFDIFF, kMaxPuffdiffDestinationSize}, in GenerateBestDiffOperation()
263 case InstallOperation::PUFFDIFF: in GenerateBestDiffOperation()
341 operation.set_type(InstallOperation::PUFFDIFF); in TryPuffdiffAndUpdateOperation()
553 config.OperationEnabled(InstallOperation::PUFFDIFF); in DeltaReadPartition()
Dmerge_sequence_generator.cc82 case InstallOperation::PUFFDIFF: in GetCowOpType()
/system/update_engine/update_engine/
Dupdate_metadata.proto85 // - PUFFDIFF: Read the data in src_extents in the old partition, perform
169 PUFFDIFF = 9; // The data is in puffdiff format. enumerator
/system/update_engine/
Dupdate_metadata.proto85 // - PUFFDIFF: Read the data in src_extents in the old partition, perform
169 PUFFDIFF = 9; // The data is in puffdiff format. enumerator
DREADME.md306 `SOURCE_BSDIFF` or `PUFFDIFF` operation depending on which one generates a
336 does not know how to handle a `PUFFDIFF` operation. So when generating a delta
338 we cannot produce PUFFDIFF operation for it. The payload generation process