Searched refs:RemoveGroupAndPartitions (Results 1 – 9 of 9) 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()
1665 src_->RemoveGroupAndPartitions(group_->name() + "_a"); in TEST_F()1666 src_->RemoveGroupAndPartitions(group_->name() + "_b"); in TEST_F()2334 flashed_builder->RemoveGroupAndPartitions(group_->name() + flashed_slot_suffix); in TEST_P()2335 flashed_builder->RemoveGroupAndPartitions(kCowGroupName); in TEST_P()
2778 current_metadata->RemoveGroupAndPartitions(group_name); in CreateUpdateSnapshots()
277 params.builder->RemoveGroupAndPartitions(group_name_suffix); in PerformOpRemoveGroup()294 params.builder->RemoveGroupAndPartitions(group_name_suffix); in PerformOpRemoveAllGroups()
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