Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc471 vector<Extent> new_unvisited = { in DeltaReadPartition() local
473 new_unvisited = FilterExtentRanges(new_unvisited, new_visited_blocks); in DeltaReadPartition()
474 if (!new_unvisited.empty()) { in DeltaReadPartition()
481 LOG(INFO) << "Scanning " << utils::BlocksInExtents(new_unvisited) in DeltaReadPartition()
492 std::move(new_unvisited), in DeltaReadPartition()