Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc450 vector<Extent> old_file_extents; in DeltaReadPartition() local
452 old_file_extents = in DeltaReadPartition()
455 old_file_extents = FilterExtentRanges(old_file.extents, old_zero_blocks); in DeltaReadPartition()
456 old_visited_blocks.AddExtents(old_file_extents); in DeltaReadPartition()
461 std::move(old_file_extents), in DeltaReadPartition()