Searched refs:test_path_and_label (Results 1 – 1 of 1) sorted by relevance
256 string test_path_and_label = GetParam(); in TEST_P() local257 string test_path = test_path_and_label; in TEST_P()258 string label = test_path_and_label; in TEST_P()259 size_t end_pos = test_path_and_label.find(' '); in TEST_P()261 test_path = test_path_and_label.substr(0, end_pos); in TEST_P()262 label = test_path_and_label.substr(end_pos + 1); in TEST_P()
Completed in 6 milliseconds