Searched refs:BROTLI_BSDIFF (Results 1 – 14 of 14) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 64 BROTLI_BSDIFF = _CLASS.BROTLI_BSDIFF variable in OpType 67 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF, ZUCCHINI) 77 BROTLI_BSDIFF: 'BROTLI_BSDIFF',
|
D | checker.py | 974 elif op.type == common.OpType.BROTLI_BSDIFF and self.minor_version >= 4: 1038 common.OpType.BROTLI_BSDIFF: 0, 1048 common.OpType.BROTLI_BSDIFF: 0,
|
D | checker_unittest.py | 56 'BROTLI_BSDIFF': common.OpType.BROTLI_BSDIFF, 785 common.OpType.PUFFDIFF, common.OpType.BROTLI_BSDIFF): 802 common.OpType.BROTLI_BSDIFF):
|
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 67 case InstallOperation::BROTLI_BSDIFF: in InstallOperationTypeName()
|
D | install_operation_executor.cc | 242 case InstallOperation::BROTLI_BSDIFF: in ExecuteDiffOperation()
|
D | delta_performer.cc | 758 case InstallOperation::BROTLI_BSDIFF: in ProcessOperation()
|
/system/update_engine/aosp/ |
D | update_attempter_android_integration_test.cc | 218 } else if (op.type() == InstallOperation::BROTLI_BSDIFF) { in HydratePayload() 417 op->set_type(InstallOperation::BROTLI_BSDIFF); in TEST_F() 423 op->set_type(InstallOperation::BROTLI_BSDIFF); in TEST_F()
|
/system/update_engine/payload_generator/ |
D | cow_size_estimator.cc | 80 case InstallOperation::BROTLI_BSDIFF: in CowDryRun()
|
D | delta_diff_utils.cc | 253 config_.OperationEnabled(InstallOperation::BROTLI_BSDIFF)) { in GenerateBestDiffOperation() 254 op_type = InstallOperation::BROTLI_BSDIFF; in GenerateBestDiffOperation() 259 case InstallOperation::BROTLI_BSDIFF: in GenerateBestDiffOperation() 286 if (operation_type == InstallOperation::BROTLI_BSDIFF) { in TryBsdiffAndUpdateOperation()
|
D | payload_generation_config.cc | 321 case InstallOperation::BROTLI_BSDIFF: in OperationAllowed()
|
D | merge_sequence_generator.cc | 81 case InstallOperation::BROTLI_BSDIFF: in GetCowOpType()
|
D | delta_diff_utils_unittest.cc | 347 ASSERT_EQ(InstallOperation::BROTLI_BSDIFF, op.type()); in TEST_F()
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli. enumerator
|
/system/update_engine/ |
D | update_metadata.proto | 166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli. enumerator
|