Searched defs:different_blocks (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Ddelta_diff_utils_unittest.cc544 vector<Extent> different_blocks = {ExtentForRange(40, 5)}; local
545 EXPECT_TRUE(WriteExtents(old_part_.path, different_blocks, kBlockSize,
553 expected_ranges.SubtractExtents(different_blocks);
559 // We expect all the blocks that we didn't override with |different_blocks|

Completed in 5 milliseconds