Searched refs:PUFFDIFF (Results 1 – 17 of 17) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 63 PUFFDIFF = _CLASS.PUFFDIFF variable in OpType 67 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF, ZUCCHINI) 76 PUFFDIFF: 'PUFFDIFF',
|
D | checker.py | 977 elif op.type == common.OpType.PUFFDIFF and self.minor_version >= 5: 1037 common.OpType.PUFFDIFF: 0, 1047 common.OpType.PUFFDIFF: 0,
|
D | checker_unittest.py | 55 'PUFFDIFF': common.OpType.PUFFDIFF, 785 common.OpType.PUFFDIFF, common.OpType.BROTLI_BSDIFF): 804 elif op_type == common.OpType.PUFFDIFF:
|
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 65 case InstallOperation::PUFFDIFF: in InstallOperationTypeName()
|
D | install_operation_executor.cc | 245 case InstallOperation::PUFFDIFF: in ExecuteDiffOperation()
|
D | delta_performer_unittest.cc | 608 aop.op.set_type(InstallOperation::PUFFDIFF); in TEST_F()
|
D | delta_performer.cc | 759 case InstallOperation::PUFFDIFF: in ProcessOperation()
|
/system/update_engine/lz4diff/ |
D | lz4diff.proto | 46 PUFFDIFF = 1; enumerator
|
D | lz4diff.cc | 213 header.set_inner_type(InnerPatchType::PUFFDIFF); in Lz4Diff()
|
D | lz4patch.cc | 233 case InnerPatchType::PUFFDIFF: in ApplyInnerPatch()
|
/system/update_engine/payload_generator/ |
D | payload_generation_config.cc | 324 case InstallOperation::PUFFDIFF: in OperationAllowed() 415 case InstallOperation::PUFFDIFF: in OperationEnabled()
|
D | cow_size_estimator.cc | 81 case InstallOperation::PUFFDIFF: in CowDryRun()
|
D | delta_diff_utils.cc | 197 {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()
|
D | merge_sequence_generator.cc | 82 case InstallOperation::PUFFDIFF: in GetCowOpType()
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 85 // - 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/ |
D | update_metadata.proto | 85 // - PUFFDIFF: Read the data in src_extents in the old partition, perform 169 PUFFDIFF = 9; // The data is in puffdiff format. enumerator
|
D | README.md | 306 `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
|