Home
last modified time | relevance | path

Searched refs:BROTLI_BSDIFF (Results 1 – 14 of 14) sorted by relevance

/system/update_engine/scripts/update_payload/
Dcommon.py64 BROTLI_BSDIFF = _CLASS.BROTLI_BSDIFF variable in OpType
67 DISCARD, REPLACE_XZ, PUFFDIFF, BROTLI_BSDIFF, ZUCCHINI)
77 BROTLI_BSDIFF: 'BROTLI_BSDIFF',
Dchecker.py974 elif op.type == common.OpType.BROTLI_BSDIFF and self.minor_version >= 4:
1038 common.OpType.BROTLI_BSDIFF: 0,
1048 common.OpType.BROTLI_BSDIFF: 0,
Dchecker_unittest.py56 'BROTLI_BSDIFF': common.OpType.BROTLI_BSDIFF,
785 common.OpType.PUFFDIFF, common.OpType.BROTLI_BSDIFF):
802 common.OpType.BROTLI_BSDIFF):
/system/update_engine/payload_consumer/
Dpayload_constants.cc67 case InstallOperation::BROTLI_BSDIFF: in InstallOperationTypeName()
Dinstall_operation_executor.cc242 case InstallOperation::BROTLI_BSDIFF: in ExecuteDiffOperation()
Ddelta_performer.cc758 case InstallOperation::BROTLI_BSDIFF: in ProcessOperation()
/system/update_engine/aosp/
Dupdate_attempter_android_integration_test.cc218 } 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/
Dcow_size_estimator.cc80 case InstallOperation::BROTLI_BSDIFF: in CowDryRun()
Ddelta_diff_utils.cc253 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()
Dpayload_generation_config.cc321 case InstallOperation::BROTLI_BSDIFF: in OperationAllowed()
Dmerge_sequence_generator.cc81 case InstallOperation::BROTLI_BSDIFF: in GetCowOpType()
Ddelta_diff_utils_unittest.cc347 ASSERT_EQ(InstallOperation::BROTLI_BSDIFF, op.type()); in TEST_F()
/system/update_engine/update_engine/
Dupdate_metadata.proto166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli. enumerator
/system/update_engine/
Dupdate_metadata.proto166 BROTLI_BSDIFF = 10; // Like SOURCE_BSDIFF, but compressed with brotli. enumerator