Searched refs:popen_file (Results 1 – 2 of 2) sorted by relevance
278 FILE *popen_file; in qemu_popen_cmd() local280 popen_file = popen(command, mode); in qemu_popen_cmd()281 if(popen_file == NULL) { in qemu_popen_cmd()285 return qemu_popen(popen_file, mode); in qemu_popen_cmd()
52 QEMUFile *qemu_popen(FILE *popen_file, const char *mode);