Home
last modified time | relevance | path

Searched defs:Interval (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/liblp/include/liblp/
Dbuilder.h169 struct Interval { struct
174 Interval(uint32_t device_index, uint64_t start, uint64_t end) in Interval() argument
180 bool operator<(const Interval& other) const { argument
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.h35 using Interval = android::fs_mgr::Interval; member
/system/core/fs_mgr/liblp/
Dbuilder_test.cpp898 TEST_F(BuilderTest, Interval) { in TEST_F() argument