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.cc537 ExtentRanges old_visited_blocks; in DeltaReadPartition() local
581 &old_visited_blocks, in DeltaReadPartition()
618 old_visited_blocks.AddExtents(old_file.extents); in DeltaReadPartition()
655 old_unvisited = FilterExtentRanges(old_unvisited, old_visited_blocks); in DeltaReadPartition()
713 ExtentRanges* old_visited_blocks, in DeltaMovedAndZeroBlocks() argument
732 if (old_block_ids[block] != 0 && !old_visited_blocks->ContainsBlock(block)) in DeltaMovedAndZeroBlocks()
742 old_visited_blocks->AddRanges(*old_zero_blocks); in DeltaMovedAndZeroBlocks()
814 old_visited_blocks->AddExtents(old_identical_blocks); in DeltaMovedAndZeroBlocks()
Ddelta_diff_utils.h76 ExtentRanges* old_visited_blocks,