Searched refs:GeneratePartitionNames (Results 1 – 3 of 3) sorted by relevance
86 std::vector<std::string> GeneratePartitionNames(const std::string& base, int num_slots = 0);
76 std::vector<std::string> GeneratePartitionNames(const std::string& base, int num_slots) { in GeneratePartitionNames() function
294 real_parts = GeneratePartitionNames(name, GetParam().second.slots ? num_slots : 0); in SetUp()