Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc176 ExtentRanges old_visited_blocks; in DeltaReadPartition() local
188 &old_visited_blocks, in DeltaReadPartition()
234 old_files_map[new_file.name], old_visited_blocks); in DeltaReadPartition()
235 old_visited_blocks.AddExtents(old_file_extents); in DeltaReadPartition()
258 old_unvisited = FilterExtentRanges(old_unvisited, old_visited_blocks); in DeltaReadPartition()
288 ExtentRanges* old_visited_blocks, in DeltaMovedAndZeroBlocks() argument
307 !old_visited_blocks->ContainsBlock(block) && in DeltaMovedAndZeroBlocks()
309 old_visited_blocks->AddBlock(block); in DeltaMovedAndZeroBlocks()
321 if (old_block_ids[block] != 0 && !old_visited_blocks->ContainsBlock(block)) in DeltaMovedAndZeroBlocks()
382 old_visited_blocks->AddExtents(old_identical_blocks); in DeltaMovedAndZeroBlocks()
Ddelta_diff_utils.h70 ExtentRanges* old_visited_blocks,