Searched refs:stdio_file (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dsavevm.c192 FILE *stdio_file; member in struct:QEMUFileStdio
264 return fileno(s->stdio_file);
270 return fwrite(buf, 1, size, s->stdio_file);
276 FILE *fp = s->stdio_file;
303 ret = pclose(s->stdio_file);
320 int fd = fileno(s->stdio_file);
336 if (fclose(s->stdio_file) == EOF) {
357 FILE *stdio_file; local
365 stdio_file = popen(command, mode);
366 if (stdio_file
[all...]

Completed in 100 milliseconds