Home
last modified time | relevance | path

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

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