Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc259 const FilesystemInterface::File* old_file = &old_files_map.begin()->second; in GetOldFile() local
264 old_file = &pair.second; in GetOldFile()
267 LOG(INFO) << "Using " << old_file->name << " as source for " << new_file_name; in GetOldFile()
268 return *old_file; in GetOldFile()
350 FilesystemInterface::File old_file = in DeltaReadPartition() local
353 FilterExtentRanges(old_file.extents, old_zero_blocks); in DeltaReadPartition()
361 old_file.deflates, in DeltaReadPartition()