Searched refs:PUFFDIFF (Results 1 – 14 of 14) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 63 PUFFDIFF = _CLASS.PUFFDIFF variable in OpType 66 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF) 75 PUFFDIFF: 'PUFFDIFF',
|
D | applier.py | 414 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,
|
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 | delta_performer.cc | 572 case InstallOperation::PUFFDIFF: in Write()
|
D | delta_performer_unittest.cc | 612 aop.op.set_type(InstallOperation::PUFFDIFF); in TEST_F()
|
/system/update_engine/payload_generator/ |
D | cow_size_estimator.cc | 151 case InstallOperation::PUFFDIFF: in CowDryRun()
|
D | delta_diff_utils.cc | 306 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()
|
D | payload_generation_config.cc | 270 case InstallOperation::PUFFDIFF: in OperationAllowed()
|
/system/core/fs_mgr/libsnapshot/ |
D | make_cow_from_ab_ota.cpp | 221 case InstallOperation::PUFFDIFF: in ProcessOperation() 384 } else if (op.type() == InstallOperation::PUFFDIFF) { in ProcessDiff()
|
/system/update_engine/ |
D | update_metadata.proto | 85 // - PUFFDIFF: Read the data in src_extents in the old partition, perform 189 PUFFDIFF = 9; // The data is in puffdiff format. enumerator
|
D | README.md | 337 `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/ |
D | update_metadata.proto | 85 // - PUFFDIFF: Read the data in src_extents in the old partition, perform 189 PUFFDIFF = 9; // The data is in puffdiff format. enumerator
|