Searched refs:outfile_fd (Results 1 – 1 of 1) sorted by relevance
72 int relay_fd, outfile_fd = -1; variable131 if (outfile_fd >= 0) { in pull_leftover_data()132 ret = write(outfile_fd, read_buffer, SUBBUF_SIZE); in pull_leftover_data()209 ret = write(outfile_fd, ptr, SUBBUF_SIZE); in flusher()285 outfile_fd = open(out_filename ? : DEFAULT_OUTPUT_FILE_NAME, in open_output_file()288 igt_assert_f(outfile_fd >= 0, "couldn't open the output file\n"); in open_output_file()468 close(outfile_fd); in main()