Searched refs:RemoveGroupAndPartitions (Results 1 – 4 of 4) sorted by relevance
313 builder->RemoveGroupAndPartitions(group_name); in UpdatePartitionMetadata()
270 void RemoveGroupAndPartitions(const std::string& group_name);
645 TEST_F(BuilderTest, RemoveGroupAndPartitions) { in TEST_F() argument653 builder->RemoveGroupAndPartitions("example"); in TEST_F()658 builder->RemoveGroupAndPartitions("default"); in TEST_F()
951 void MetadataBuilder::RemoveGroupAndPartitions(const std::string& group_name) { in RemoveGroupAndPartitions() function in android::fs_mgr::MetadataBuilder