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

/external/qemu/
H A Dqemu-log.h5 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, (star
[all...]
H A Dexec.c194 FILE *logfile; variable
1526 if (loglevel && !logfile) {
1527 logfile = fopen(logfilename, log_append ? "a" : "w");
1528 if (!logfile) {
1536 setvbuf(logfile, logfile_buf, _IOLBF, sizeof(logfile_buf));
1540 setvbuf(logfile, NULL, _IOLBF, 0);
1544 if (!loglevel && logfile) {
1545 fclose(logfile);
1546 logfile = NULL;
1553 if (logfile) {
[all...]
/external/valgrind/main/nightly/bin/
H A Dnightly22 logfile=$1
26 # Header in short logfile.
29 printf " $str ... " >> $logfile.short
31 # Header and command in verbose logfile
32 printf " $str ... " >> $logfile.verbose
33 echo "$*" >> $logfile.verbose
36 ("${ABT_EVAL}" "$*") >> $logfile.verbose 2>&1
39 # Write result to the short logfile
42 echo "done" >> $logfile.short
44 echo "failed" >> $logfile
[all...]
/external/e2fsprogs/intl/
H A Dlog.c58 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_plura
[all...]
/external/chromium/base/win/
H A Devent_trace_consumer.h90 EVENT_TRACE_LOGFILE logfile = {}; local
91 logfile.LoggerName = const_cast<wchar_t*>(session_name);
92 logfile.LogFileMode = EVENT_TRACE_REAL_TIME_MODE;
93 logfile.BufferCallback = &ProcessBufferCallback;
94 logfile.EventCallback = &ProcessEventCallback;
95 logfile.Context = this;
96 TRACEHANDLE trace_handle = ::OpenTrace(&logfile);
107 EVENT_TRACE_LOGFILE logfile = {}; local
108 logfile.LogFileName = const_cast<wchar_t*>(file_name);
109 logfile
[all...]
/external/ipsec-tools/src/racoon/
H A Dplog.c79 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/v8/tools/
H A Dprocess-heap-prof.py55 logfile = open(filename, 'rb')
57 logreader = csv.reader(logfile)
83 logfile.close()
113 print "Missing logfile"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dcomplete-ant-cmd.pl63 qw(-buildfile -debug -emacs -f -find -help -listener -logfile
/external/libvpx/build/make/
H A Dconfigure.sh30 echo "at the configure error log file ($logfile) to determine what"
38 echo "$@" >>$logfile
44 pr -n -t $1 >>$logfile
270 "$@" >>${logfile} 2>&1
433 enabled logging || logfile="$logging"
435 logfile=/dev/null
1034 logfile="config.err"
1040 echo "# ${self} $@" >> ${logfile}
1042 echo "# ${self} $@" > ${logfile}
/external/stressapptest/src/
H A Dsat.h84 int logfile() const { return logfile_; } function in class:Sat
/external/v8/
H A DAndroid.libv8.mk73 $(SNAP_GEN): PRIVATE_CUSTOM_TOOL = $(MKSNAPSHOT) --logfile $(intermediates)/v8.log $(SNAP_GEN)
/external/quake/quake/src/QW/qwfwd/
H A Dmisc.c75 vfprintf (logfile, msg, argptr);
/external/chromium/net/tools/testserver/
H A Dtestserver.py1323 logfile = open('testserver.log', 'w')
1324 sys.stderr = FileMultiplexer(sys.stderr, logfile)
1326 sys.stdout = FileMultiplexer(sys.stdout, logfile)
1328 sys.stdout = logfile
/external/v8/src/
H A Dflag-definitions.h591 DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
/external/qemu/tcg/
H A Dtcg.c2045 tcg_dump_ops(s, logfile);
2061 tcg_dump_ops(s, logfile);

Completed in 359 milliseconds