Home
last modified time | relevance | path

Searched defs:extents (Results 1 – 15 of 15) sorted by relevance

/aosp14/system/core/fs_mgr/liblp/
H A Dsuper_layout_builder_test.cpp52 auto extents = tool.GetImageLayout(); in TEST() local
139 auto extents = tool.GetImageLayout(); in TEST() local
H A Dsuper_layout_builder.cpp86 static bool AddGapExtents(std::vector<SuperImageExtent>* extents, SuperImageExtent::Type gap_type) { in AddGapExtents()
118 std::vector<SuperImageExtent> extents; in GetImageLayout() local
H A Dutility_test.cpp107 std::vector<LinearExtent> extents; in GetPartitionExtents() local
H A Dbuilder.cpp585 void MetadataBuilder::ExtentsToFreeList(const std::vector<Interval>& extents, in ExtentsToFreeList()
625 auto& extents = device_extents[linear->device_index()]; in GetFreeRegions() local
634 auto& extents = device_extents[i]; in GetFreeRegions() local
H A Dbuilder_test.cpp1037 const auto& extents = p->extents(); in TEST_F() local
/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dliblp.h41 std::vector<LpMetadataExtent> extents; member
H A Dmetadata_format.h217 LpMetadataTableDescriptor extents; member
392 LpMetadataTableDescriptor extents; member
H A Dbuilder.h146 const std::vector<std::unique_ptr<Extent>>& extents() const { return extents_; } in extents() function
/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dfiemap_writer.h88 const std::vector<struct fiemap_extent>& extents() { return extents_; }; in extents() function
/aosp14/system/core/fs_mgr/libfiemap/
H A Dsplit_fiemap_writer.cpp215 const std::vector<struct fiemap_extent>& SplitFiemap::extents() { in extents() function in android::fiemap::SplitFiemap
218 const auto& extents = file->extents(); in extents() local
H A Dfiemap_writer.cpp514 static bool FiemapToExtents(struct fiemap* fiemap, std::vector<struct fiemap_extent>* extents, in FiemapToExtents()
565 std::vector<struct fiemap_extent>* extents) { in ReadFiemap()
588 std::vector<struct fiemap_extent>* extents) { in ReadFibmap()
H A Dfiemap_writer_test.cpp277 auto extents = ptr->extents(); in TEST_F() local
300 auto extents = ptr->extents(); in TEST_F() local
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator_test.cpp318 google::protobuf::RepeatedPtrField<UeExtent>* extents) { in BlocksToExtents()
325 std::vector<uint64_t> ExtentsToBlocks(const T& extents) { in ExtentsToBlocks()
H A Dutility.cpp208 void AppendExtent(RepeatedPtrField<chromeos_update_engine::Extent>* extents, uint64_t start_block, in AppendExtent()
H A Dsnapshot_test.cpp1757 static std::vector<Interval> ToIntervals(const std::vector<std::unique_ptr<Extent>>& extents) { in ToIntervals()