Searched defs:num_slots (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | test_utils.cpp | 76 std::vector<std::string> GeneratePartitionNames(const std::string& base, int num_slots) { in GeneratePartitionNames()
|
H A D | fixtures.cpp | 327 int32_t num_slots = strtol(var.c_str(), nullptr, 10); in SetUp() local
|
H A D | main.cpp | 246 int32_t num_slots = strtol(slot_count.c_str(), nullptr, 10); in TEST_F() local 451 int32_t num_slots = strtol(var.c_str(), nullptr, 10); in TEST_F() local 509 int32_t num_slots = strtol(var.c_str(), nullptr, 10); in TEST_F() local 734 int32_t num_slots = strtol(resp.c_str(), nullptr, 10); in TEST_F() local 1486 int num_slots = 1; in TEST_P() local 1565 int num_slots = 1; in TEST_P() local
|
/aosp14/system/core/fastboot/device/ |
H A D | utility.cpp | 203 size_t num_slots = 1; in UpdateAllPartitionMetadata() local
|