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

  /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/win/
event_trace_consumer.h 90 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.BufferCallback = &ProcessBufferCallback
    [all...]
  /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/stressapptest/src/
sat.h 84 int logfile() const { return logfile_; } function in class:Sat
  /hardware/invensense/libsensors_iio/
MPLSensor.cpp 144 static FILE *logfile = NULL; variable
199 logfile = fopen("/data/playback.bin", "wb");
200 if (logfile)
201 inv_turn_on_data_logging(logfile);
691 fclose(logfile);
    [all...]
  /external/qemu/
exec.c 194 FILE *logfile; variable
    [all...]

Completed in 281 milliseconds