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

/vbox/src/recompiler/
H A Dexec.c244 static const char *logfilename = "qemu.log"; variable
246 static const char *logfilename = "/tmp/qemu.log"; variable
1732 logfile = fopen(logfilename, log_append ? "a" : "w");
1734 perror(logfilename);
1757 logfilename = strdup(filename);

Completed in 205 milliseconds