Searched refs:slot_count (Results 1 – 1 of 1) sorted by relevance
243 std::string slot_count; in TEST_F() local245 EXPECT_EQ(fb->GetVar("slot-count", &slot_count), SUCCESS) << "getvar slot-count failed"; in TEST_F()246 int32_t num_slots = strtol(slot_count.c_str(), nullptr, 10); in TEST_F()