Home
last modified time | relevance | path

Searched refs:ListGroups (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_utils.cc30 std::vector<std::string> groups = builder->ListGroups(); in DeleteGroupsWithSuffix()
H A Ddynamic_partition_test_utils.h273 auto groups = arg->ListGroups();
H A Ddynamic_partition_control_android.cc1339 for (const auto& group : builder->ListGroups()) { in ListDynamicPartitionsForSlot()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dutility.cpp78 for (const auto& group : builder->ListGroups()) { in ListPartitionsWithSuffix()
H A Dsnapshot_metadata_updater.cpp162 std::vector<std::string> existing_groups = builder_->ListGroups(); in DeleteGroups()
H A Dsnapshot.cpp2776 for (const auto& group_name : current_metadata->ListGroups()) { in CreateUpdateSnapshots()
/aosp12/bootable/recovery/updater/
H A Dupdater_runtime_dynamic_partitions.cpp284 auto group_names = params.builder->ListGroups(); in PerformOpRemoveAllGroups()
/aosp12/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h340 std::vector<std::string> ListGroups() const;
/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder_test.cpp616 TEST_F(BuilderTest, ListGroups) { in TEST_F() argument
622 std::vector<std::string> groups = builder->ListGroups(); in TEST_F()
637 ASSERT_THAT(builder->ListGroups(), ElementsAre("default")); in TEST_F()
H A Dbuilder.cpp1099 std::vector<std::string> MetadataBuilder::ListGroups() const { in ListGroups() function in android::fs_mgr::MetadataBuilder
/aosp12/system/extras/partition_tools/
H A Dlpdump.cc144 for (const auto& group_name : builder->ListGroups()) { in MergeMetadata()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp993 for (const auto& group : builder->ListGroups()) { in TruncatePartitionsWithSuffix()