Searched refs:code_fd (Results 1 – 1 of 1) sorted by relevance
261 int code_fd; in test_machine() local263 code_fd = g_file_open_tmp("qtest-boot-serial-cXXXXXX", &codetmp, NULL); in test_machine()264 g_assert(code_fd != -1); in test_machine()265 wlen = write(code_fd, code, test->codesize); in test_machine()267 close(code_fd); in test_machine()