Searched defs:filename_out (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqemu-char.c709 char filename_in[256], filename_out[256]; local
718 snprintf(filename_out, 256, "%s.out", filename);
720 TFR(fd_out = qemu_open(filename_out, O_RDWR | O_BINARY));

Completed in 55 milliseconds