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