Searched refs:to_flash (Results 1 – 1 of 1) sorted by relevance
1371 FILE* to_flash = fopen((SEARCH_PATH + fname).c_str(), "rb"); in TEST_P() local1372 ASSERT_NE(to_flash, nullptr) << "'" << fname << "'" in TEST_P()1374 int fd = fileno(to_flash); in TEST_P()1378 fclose(to_flash); in TEST_P()1496 FILE* to_flash = fopen((SEARCH_PATH + packed_image).c_str(), "rb"); in TEST_P() local1497 ASSERT_NE(to_flash, nullptr) << "'" << packed_image << "'" in TEST_P()1499 int fd = fileno(to_flash); in TEST_P()1504 fclose(to_flash); in TEST_P()