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.cc369 vector<Extent> new_unvisited = { in DeltaReadPartition() local
371 new_unvisited = FilterExtentRanges(new_unvisited, new_visited_blocks); in DeltaReadPartition()
372 if (!new_unvisited.empty()) { in DeltaReadPartition()
379 LOG(INFO) << "Scanning " << utils::BlocksInExtents(new_unvisited) in DeltaReadPartition()
390 std::move(new_unvisited), in DeltaReadPartition()