Searched refs:RemoveGroupAndPartitions (Results 1 – 8 of 8) sorted by relevance
34 builder->RemoveGroupAndPartitions(group_name); in DeleteGroupsWithSuffix()
986 builder->RemoveGroupAndPartitions(android::snapshot::kCowGroupName); in UpdatePartitionMetadata()
193 builder_->RemoveGroupAndPartitions(existing_group_name); in DeleteGroups()275 builder_->RemoveGroupAndPartitions(android::snapshot::kCowGroupName); in Update()
1579 src_->RemoveGroupAndPartitions(group_->name() + "_a"); in TEST_F()1580 src_->RemoveGroupAndPartitions(group_->name() + "_b"); in TEST_F()2174 flashed_builder->RemoveGroupAndPartitions(group_->name() + flashed_slot_suffix); in TEST_P()2175 flashed_builder->RemoveGroupAndPartitions(kCowGroupName); in TEST_P()
2746 current_metadata->RemoveGroupAndPartitions(group_name); in CreateUpdateSnapshots()
343 void RemoveGroupAndPartitions(std::string_view group_name);
626 TEST_F(BuilderTest, RemoveGroupAndPartitions) { in TEST_F() argument634 builder->RemoveGroupAndPartitions("example"); in TEST_F()639 builder->RemoveGroupAndPartitions("default"); in TEST_F()
1107 void MetadataBuilder::RemoveGroupAndPartitions(std::string_view group_name) { in RemoveGroupAndPartitions() function in android::fs_mgr::MetadataBuilder