HomeSort by relevance Sort by last modified time
    Searched refs:logfile_buf (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qemu-log.c 67 static char logfile_buf[4096]; local
69 setvbuf(qemu_logfile, logfile_buf, _IOLBF, sizeof(logfile_buf));
exec.c 412 static char logfile_buf[4096]; local
413 setvbuf(logfile, logfile_buf, _IOLBF, sizeof(logfile_buf));
    [all...]

Completed in 583 milliseconds