Searched refs:FileDeltaProcessor (Results 1 – 1 of 1) sorted by relevance
396 class FileDeltaProcessor : public base::DelegateSimpleThread::Delegate { class398 FileDeltaProcessor(const string& old_part, in FileDeltaProcessor() function in chromeos_update_engine::diff_utils::FileDeltaProcessor416 bool operator>(const FileDeltaProcessor& other) const { in operator >()420 ~FileDeltaProcessor() override = default;449 DISALLOW_COPY_AND_ASSIGN(FileDeltaProcessor);452 void FileDeltaProcessor::Run() { in Run()481 bool FileDeltaProcessor::MergeOperation(vector<AnnotatedOperation>* aops) { in MergeOperation()595 list<FileDeltaProcessor> file_delta_processors; in DeltaReadPartition()687 file_delta_processors.sort(std::greater<FileDeltaProcessor>()); in DeltaReadPartition()