Searched refs:RemoveGroupAndPartitions (Results 1 – 6 of 6) sorted by relevance
193 builder_->RemoveGroupAndPartitions(existing_group_name); in DeleteGroups()275 builder_->RemoveGroupAndPartitions(android::snapshot::kCowGroupName); in Update()
1894 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()
3182 current_metadata->RemoveGroupAndPartitions(group_name); in CreateUpdateSnapshots()
343 void RemoveGroupAndPartitions(std::string_view group_name);
628 TEST_F(BuilderTest, RemoveGroupAndPartitions) { in TEST_F() argument636 builder->RemoveGroupAndPartitions("example"); in TEST_F()641 builder->RemoveGroupAndPartitions("default"); in TEST_F()
1107 void MetadataBuilder::RemoveGroupAndPartitions(std::string_view group_name) { in RemoveGroupAndPartitions() function in android::fs_mgr::MetadataBuilder