Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc475 vector<Extent> old_unvisited; in DeltaReadPartition() local
477 old_unvisited.push_back(ExtentForRange(0, old_part.size / kBlockSize)); in DeltaReadPartition()
478 old_unvisited = FilterExtentRanges(old_unvisited, old_visited_blocks); in DeltaReadPartition()
491 std::move(old_unvisited), in DeltaReadPartition()