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.cc278 ExtentRanges old_visited_blocks; in DeltaReadPartition() local
302 &old_visited_blocks, in DeltaReadPartition()
354 old_visited_blocks.AddExtents(old_file_extents); in DeltaReadPartition()
376 old_unvisited = FilterExtentRanges(old_unvisited, old_visited_blocks); in DeltaReadPartition()
429 ExtentRanges* old_visited_blocks, in DeltaMovedAndZeroBlocks() argument
448 if (old_block_ids[block] != 0 && !old_visited_blocks->ContainsBlock(block)) in DeltaMovedAndZeroBlocks()
458 old_visited_blocks->AddRanges(*old_zero_blocks); in DeltaMovedAndZeroBlocks()
529 old_visited_blocks->AddExtents(old_identical_blocks); in DeltaMovedAndZeroBlocks()
Ddelta_diff_utils.h72 ExtentRanges* old_visited_blocks,