Home
last modified time | relevance | path

Searched refs:GeneratePartitionNames (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dtest_utils.h86 std::vector<std::string> GeneratePartitionNames(const std::string& base, int num_slots = 0);
H A Dtest_utils.cpp76 std::vector<std::string> GeneratePartitionNames(const std::string& base, int num_slots) { in GeneratePartitionNames() function
H A Dfixtures.cpp328 real_parts = GeneratePartitionNames(name, GetParam().second.slots ? num_slots : 0); in SetUp()