Searched refs:AddExtents (Results 1 – 7 of 7) sorted by relevance
54 void AddExtents(const std::vector<Extent>& extents);
217 new_visited_blocks.AddExtents(new_file_extents); in DeltaReadPartition()235 old_visited_blocks.AddExtents(old_file_extents); in DeltaReadPartition()362 new_visited_blocks->AddExtents(new_zeros); in DeltaMovedAndZeroBlocks()382 old_visited_blocks->AddExtents(old_identical_blocks); in DeltaMovedAndZeroBlocks()383 new_visited_blocks->AddExtents(new_identical_blocks); in DeltaMovedAndZeroBlocks()
501 old_visited_blocks_.AddExtents(already_visited); in TEST_F()502 new_visited_blocks_.AddExtents(already_visited); in TEST_F()528 old_visited_blocks_.AddExtents(already_visited); in TEST_F()529 new_visited_blocks_.AddExtents(already_visited); in TEST_F()
311 ranges.AddExtents(file.extents); in GetFiles()
242 ranges.AddExtents(vector<Extent>(1, ExtentForRange(10, 30))); in TEST()
167 void ExtentRanges::AddExtents(const vector<Extent>& extents) { in AddExtents() function in chromeos_update_engine::ExtentRanges
423 ranges.AddExtents(new_ranges); in AssignBlockForAdjoiningCuts()