Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc395 class FileDeltaProcessor : public base::DelegateSimpleThread::Delegate { class
397 FileDeltaProcessor(const string& old_part, in FileDeltaProcessor() function in chromeos_update_engine::diff_utils::FileDeltaProcessor
415 bool operator>(const FileDeltaProcessor& other) const { in operator >()
419 ~FileDeltaProcessor() override = default;
448 DISALLOW_COPY_AND_ASSIGN(FileDeltaProcessor);
451 void FileDeltaProcessor::Run() { in Run()
480 bool FileDeltaProcessor::MergeOperation(vector<AnnotatedOperation>* aops) { in MergeOperation()
594 list<FileDeltaProcessor> file_delta_processors; in DeltaReadPartition()
689 file_delta_processors.sort(std::greater<FileDeltaProcessor>()); in DeltaReadPartition()