Home
last modified time | relevance | path

Searched refs:AsInterval (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator.cpp52 return Interval::Intersect(target_linear_extent->AsInterval(), in Intersect()
53 existing_linear_extent->AsInterval()) in Intersect()
H A Dsnapshot_test.cpp1760 [](const auto& extent) { return extent->AsLinearExtent()->AsInterval(); }); in ToIntervals()
/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h91 Interval AsInterval() const;
/aosp14/system/core/fs_mgr/liblp/
H A Dbuilder.cpp85 Interval LinearExtent::AsInterval() const { in AsInterval() function in android::fs_mgr::LinearExtent
H A Dbuilder_test.cpp941 return le->AsInterval(); in ToInterval()