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.cc376 ExtentRanges old_visited_blocks; in DeltaReadPartition() local
400 &old_visited_blocks, in DeltaReadPartition()
453 FilterExtentRanges(old_file.extents, old_visited_blocks); in DeltaReadPartition()
456 old_visited_blocks.AddExtents(old_file_extents); in DeltaReadPartition()
478 old_unvisited = FilterExtentRanges(old_unvisited, old_visited_blocks); in DeltaReadPartition()
531 ExtentRanges* old_visited_blocks, in DeltaMovedAndZeroBlocks() argument
551 !old_visited_blocks->ContainsBlock(block) && in DeltaMovedAndZeroBlocks()
553 old_visited_blocks->AddBlock(block); in DeltaMovedAndZeroBlocks()
565 if (old_block_ids[block] != 0 && !old_visited_blocks->ContainsBlock(block)) in DeltaMovedAndZeroBlocks()
575 old_visited_blocks->AddRanges(*old_zero_blocks); in DeltaMovedAndZeroBlocks()
[all …]
Ddelta_diff_utils.h72 ExtentRanges* old_visited_blocks,