Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator.h33 using Extent = android::fs_mgr::Extent; member
H A Dpartition_cow_creator_test.cpp125 using Extent = chromeos_update_engine::Extent; in TEST_F() typedef
/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h53 explicit Extent(uint64_t num_sectors) : num_sectors_(num_sectors) {} in Extent() function