Home
last modified time | relevance | path

Searched refs:AddExtent (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/liblp/
H A Dbuilder.cpp101 void Partition::AddExtent(std::unique_ptr<Extent>&& extent) { in AddExtent() function in android::fs_mgr::Partition
154 p.AddExtent(std::make_unique<LinearExtent>(*le)); in GetBeginningExtents()
156 p.AddExtent(std::make_unique<ZeroExtent>(extent->num_sectors())); in GetBeginningExtents()
352 dest->AddExtent(std::move(copy)); in ImportExtents()
355 dest->AddExtent(std::move(copy)); in ImportExtents()
769 partition->AddExtent(std::move(extent)); in GrowPartition()
1237 partition->AddExtent(std::move(extent)); in AddLinearExtent()
/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h133 void AddExtent(std::unique_ptr<Extent>&& extent);