Searched refs:filename_out (Results 1 – 1 of 1) sorted by relevance
129 char *filename_out; in qemu_chr_open_pipe() local133 filename_out = g_strdup_printf("%s.out", filename); in qemu_chr_open_pipe()135 fd_out = RETRY_ON_EINTR(qemu_open_old(filename_out, O_RDWR | O_BINARY)); in qemu_chr_open_pipe()137 g_free(filename_out); in qemu_chr_open_pipe()