Searched refs:to_stage (Results 1 – 1 of 1) sorted by relevance
1537 FILE* to_stage = fopen((SEARCH_PATH + test.input).c_str(), "rb"); in TEST_P() local1538 ASSERT_NE(to_stage, nullptr) << "'" << test.input << "'" in TEST_P()1540 int fd = fileno(to_stage); in TEST_P()1549 fclose(to_stage); in TEST_P()