Home
last modified time | relevance | path

Searched refs:ExtentsOverlapOrTouch (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
Dextent_ranges_unittest.cc61 EXPECT_TRUE(ExtentRanges::ExtentsOverlapOrTouch(ExtentForRange(a_start, in ExpectRangesOverlapOrTouch()
65 EXPECT_TRUE(ExtentRanges::ExtentsOverlapOrTouch(ExtentForRange(b_start, in ExpectRangesOverlapOrTouch()
73 EXPECT_FALSE(ExtentRanges::ExtentsOverlapOrTouch(ExtentForRange(a_start, in ExpectFalseRangesOverlapOrTouch()
77 EXPECT_FALSE(ExtentRanges::ExtentsOverlapOrTouch(ExtentForRange(b_start, in ExpectFalseRangesOverlapOrTouch()
101 EXPECT_TRUE(ExtentRanges::ExtentsOverlapOrTouch(ExtentForRange(a_start, in ExpectRangesOverlap()
105 EXPECT_TRUE(ExtentRanges::ExtentsOverlapOrTouch(ExtentForRange(b_start, in ExpectRangesOverlap()
Dextent_ranges.h66 static bool ExtentsOverlapOrTouch(const Extent& a, const Extent& b);
Dextent_ranges.cc34 bool ExtentRanges::ExtentsOverlapOrTouch(const Extent& a, const Extent& b) { in ExtentsOverlapOrTouch() function in chromeos_update_engine::ExtentRanges
88 if (ExtentsOverlapOrTouch(*it, extent)) { in AddExtent()