Home
last modified time | relevance | path

Searched refs:RemoveGroupAndPartitions (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_metadata_updater.cpp193 builder_->RemoveGroupAndPartitions(existing_group_name); in DeleteGroups()
275 builder_->RemoveGroupAndPartitions(android::snapshot::kCowGroupName); in Update()
H A Dsnapshot_test.cpp1894 src_->RemoveGroupAndPartitions(group_->name() + "_a"); in TEST_F()
1895 src_->RemoveGroupAndPartitions(group_->name() + "_b"); in TEST_F()
2606 flashed_builder->RemoveGroupAndPartitions(group_->name() + flashed_slot_suffix); in TEST_P()
2607 flashed_builder->RemoveGroupAndPartitions(kCowGroupName); in TEST_P()
H A Dsnapshot.cpp3182 current_metadata->RemoveGroupAndPartitions(group_name); in CreateUpdateSnapshots()
/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h343 void RemoveGroupAndPartitions(std::string_view group_name);
/aosp14/system/core/fs_mgr/liblp/
H A Dbuilder_test.cpp628 TEST_F(BuilderTest, RemoveGroupAndPartitions) { in TEST_F() argument
636 builder->RemoveGroupAndPartitions("example"); in TEST_F()
641 builder->RemoveGroupAndPartitions("default"); in TEST_F()
H A Dbuilder.cpp1107 void MetadataBuilder::RemoveGroupAndPartitions(std::string_view group_name) { in RemoveGroupAndPartitions() function in android::fs_mgr::MetadataBuilder