Home
last modified time | relevance | path

Searched refs:to_stage (Results 1 – 1 of 1) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1633 FILE* to_stage = fopen((SEARCH_PATH + test.input).c_str(), "rb"); in TEST_P() local
1634 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()