Searched refs:AddExtents (Results 1 – 8 of 8) sorted by relevance
57 void AddExtents(const std::vector<Extent>& extents);
435 new_visited_blocks.AddExtents(new_file_extents); in DeltaReadPartition()456 old_visited_blocks.AddExtents(old_file_extents); in DeltaReadPartition()616 new_visited_blocks->AddExtents(new_zeros); in DeltaMovedAndZeroBlocks()650 old_visited_blocks->AddExtents(old_identical_blocks); in DeltaMovedAndZeroBlocks()651 new_visited_blocks->AddExtents(new_identical_blocks); in DeltaMovedAndZeroBlocks()
570 old_visited_blocks_.AddExtents(already_visited); in TEST_F()571 new_visited_blocks_.AddExtents(already_visited); in TEST_F()597 old_visited_blocks_.AddExtents(already_visited); in TEST_F()598 new_visited_blocks_.AddExtents(already_visited); in TEST_F()
323 ranges.AddExtents(file.extents); in GetFiles()
185 file_extents.AddExtents(file.extents); in Init()
222 ranges.AddExtents(vector<Extent>(1, ExtentForRange(10, 30))); in TEST()
176 void ExtentRanges::AddExtents(const vector<Extent>& extents) { in AddExtents() function in chromeos_update_engine::ExtentRanges
418 ranges.AddExtents(new_ranges); in AssignBlockForAdjoiningCuts()