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_org/base/win/
event_trace_consumer.h 89 EVENT_TRACE_LOGFILE logfile = {}; local
90 logfile.LoggerName = const_cast<wchar_t*>(session_name);
91 logfile.LogFileMode = EVENT_TRACE_REAL_TIME_MODE;
92 logfile.BufferCallback = &ProcessBufferCallback;
93 logfile.EventCallback = &ProcessEventCallback;
94 logfile.Context = this;
95 TRACEHANDLE trace_handle = ::OpenTrace(&logfile);
106 EVENT_TRACE_LOGFILE logfile = {}; local
107 logfile.LogFileName = const_cast<wchar_t*>(file_name);
108 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/chromium_org/tools/valgrind/asan/third_party/
asan_symbolize.py 27 logfile = sys.stdin variable
381 line = logfile.readline()
424 parser.add_argument('-l','--logfile', default=sys.stdin, type=argparse.FileType('r'),
436 if args.logfile:
437 logfile = args.logfile
439 logfile = sys.stdin
  /external/chromium_org/third_party/libxml/src/
runsuite.c 37 #define LOGFILE "runsuite.log"
38 static FILE *logfile = NULL; variable
180 if (logfile != NULL) {
181 fprintf(logfile, "\n------------\n");
183 vfprintf(logfile, msg, args);
185 fprintf(logfile, "%s", testErrors);
1065 logfile = fopen(LOGFILE, "w");
1066 if (logfile == NULL) {
1175 if (logfile != NULL
    [all...]
  /external/chromium_org/components/crash/app/
breakpad_linux.cc 635 base::FilePath logfile = local
637 std::string logfile_str = logfile.value();
    [all...]

Completed in 427 milliseconds