Home
last modified time | relevance | path

Searched refs:BestDiffGenerator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc192 bool BestDiffGenerator::GenerateBestDiffOperation(AnnotatedOperation* aop, in GenerateBestDiffOperation()
204 BestDiffGenerator::GetUsableCompressorTypes() const { in GetUsableCompressorTypes()
208 bool BestDiffGenerator::GenerateBestDiffOperation( in GenerateBestDiffOperation()
276 bool BestDiffGenerator::TryBsdiffAndUpdateOperation( in TryBsdiffAndUpdateOperation()
319 bool BestDiffGenerator::TryPuffdiffAndUpdateOperation(AnnotatedOperation* aop, in TryPuffdiffAndUpdateOperation()
347 bool BestDiffGenerator::TryZucchiniAndUpdateOperation(AnnotatedOperation* aop, in TryZucchiniAndUpdateOperation()
1099 BestDiffGenerator best_diff_generator(old_data, in ReadExtentsToDiff()
H A Ddelta_diff_utils.h166 class BestDiffGenerator {
168 BestDiffGenerator(const brillo::Blob& old_data, in BestDiffGenerator() function
H A Ddelta_diff_utils_unittest.cc378 diff_utils::BestDiffGenerator best_diff_generator(src_data_blob, in TEST_F()
422 diff_utils::BestDiffGenerator best_diff_generator(src_data_blob, in TEST_F()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dinstall_operation_executor_unittest.cc240 diff_utils::BestDiffGenerator best_diff_generator(source_data_, in TEST_F()