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

  /external/qemu/
qemu-log.h 5 extern FILE *logfile;
18 #define qemu_log_enabled() (logfile != NULL)
30 if (logfile) \
31 fprintf(logfile, ## __VA_ARGS__); \
37 if (logfile) \
38 vfprintf(logfile, fmt, va); \
45 fprintf(logfile, ## __VA_ARGS__); \
54 #define log_cpu_state(env, f) cpu_dump_state((env), logfile, fprintf, (f));
59 /* disas() and target_disas() to logfile: */
61 target_disas(logfile, (start), (len), (flags)
    [all...]
exec.c 204 FILE *logfile; variable
    [all...]
  /external/e2fsprogs/intl/
log.c 58 FILE *logfile; local
60 /* Can we reuse the last opened logfile? */
63 /* Close the last used logfile. */
74 /* Open the logfile. */
83 logfile = last_logfile;
85 fprintf (logfile, "domain ");
86 print_escaped (logfile, domainname);
87 fprintf (logfile, "\nmsgid ");
88 print_escaped (logfile, msgid1);
91 fprintf (logfile, "\nmsgid_plural ")
    [all...]
  /external/chromium/base/
event_trace_consumer_win.h 86 EVENT_TRACE_LOGFILE logfile = {}; local
87 logfile.LoggerName = const_cast<wchar_t*>(session_name);
88 logfile.LogFileMode = EVENT_TRACE_REAL_TIME_MODE;
89 logfile.BufferCallback = &ProcessBufferCallback;
90 logfile.EventCallback = &ProcessEventCallback;
91 logfile.Context = this;
92 TRACEHANDLE trace_handle = ::OpenTrace(&logfile);
103 EVENT_TRACE_LOGFILE logfile = {}; local
104 logfile.LogFileName = const_cast<wchar_t*>(file_name);
105 logfile.BufferCallback = &ProcessBufferCallback
    [all...]
  /external/v8/tools/
process-heap-prof.py 55 logfile = open(filename, 'rb')
57 logreader = csv.reader(logfile)
83 logfile.close()
113 print "Missing logfile"
tickprocessor.py 209 logfile = open(filename, 'rb')
211 sys.exit("Could not open logfile: " + filename)
214 logreader = csv.reader(logfile)
245 logfile.close()
  /external/ipsec-tools/src/racoon/
plog.c 79 static char *logfile = NULL; variable
108 if (logfile || f_foreground) {
167 if (logfile)
222 if (logfile) {
223 logp = log_open(250, logfile);
225 errx(1, "ERROR: failed to open log file %s.", logfile);
236 if (logfile != NULL)
237 racoon_free(logfile);
238 logfile = racoon_strdup(file);
239 STRDUP_FATAL(logfile);
    [all...]
  /external/libvpx/build/make/
configure.sh 30 echo "at the configure error log file ($logfile) to determine what"
38 echo "$@" >>$logfile
44 pr -n -t $1 >>$logfile
269 "$@" >>${logfile} 2>&1
432 enabled logging || logfile="$logging"
434 logfile=/dev/null
1006 logfile="config.err"
1012 echo "# ${self} $@" >> ${logfile}
1014 echo "# ${self} $@" > ${logfile}
  /system/core/init/
bootchart.c 167 open_log_file(int* plogfd, const char* logfile)
174 logfd = open(logfile,O_WRONLY|O_CREAT|O_TRUNC,0755);
  /external/quake/quake/src/QW/qwfwd/
misc.c 75 vfprintf (logfile, msg, argptr);
  /external/v8/src/
flag-definitions.h 387 DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
  /external/v8/test/mjsunit/tools/
tickprocessor.js 40 var p_logFile = new ArgumentsProcessor(['logfile.log']);
42 assertEquals('logfile.log', p_logFile.result().logFileName);
  /external/chromium/net/tools/testserver/
testserver.py     [all...]
  /external/qemu/tcg/
tcg.c     [all...]

Completed in 433 milliseconds