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