HomeSort by relevance Sort by last modified time
    Searched refs:log_file (Results 26 - 42 of 42) sorted by null

12

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c 367 if (config->log_file) free(config->log_file);
368 config->log_file = config->replay_file;
378 if (config->log_file || config->debug || config->detailed_debug)
perf_print.c 221 if (config->log_file)
224 if (!strcasecmp(config->log_file, "STDOUT")) fOut = stdout;
225 else if (!strcasecmp(config->log_file, "STDERR")) fOut = stderr;
229 fOutFile = (char *) malloc (strlen(config->log_file) + 32);
233 config->log_file, perf->ulPID, (unsigned long) perf,
  /external/wpa_supplicant_8/hostapd/
main.c 508 const char *log_file = NULL; local
534 log_file = optarg;
562 if (log_file)
563 wpa_debug_open_file(log_file);
599 if (log_file)
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 111 FilePath log_file = log_dir.Append(log); local
114 if (file_util::ReadFileToString(log_file, &contents)) {
187 FilePath log_file = log_dir.Append(kFirmwareBootTime); local
188 if (!file_util::PathExists(log_file)) {
  /external/valgrind/tsan/
thread_sanitizer.h 65 string log_file; member in struct:FLAGS
ts_offline.cc 365 if (G_flags->log_file.size() > 0) {
366 output = fopen(G_flags->log_file.c_str(), "w");
ts_pin.cc 334 static FILE *log_file = NULL;
335 if (log_file == NULL) {
336 log_file = popen(("gzip > " + G_flags->dump_events).c_str(), "w");
346 fprintf(log_file, "#PC %lx %s %s %s %d\n",
350 fprintf(log_file, "%s %x %lx %lx %lx\n", kEventNames[type], tid,
    [all...]
thread_sanitizer.cc     [all...]
  /external/dnsmasq/src/
dnsmasq.c 476 daemon->log_file, strerror(log_err));
793 die(_("cannot open %s: %s"), daemon->log_file ? daemon->log_file : "log", EC_FILE);
870 if (daemon->log_file != NULL)
871 log_reopen(daemon->log_file);
    [all...]
dnsmasq.h 622 char *log_file; /* optional log file */ member in struct:daemon
757 int log_reopen(char *log_file);
option.c     [all...]
  /external/libvpx/build/make/
configure.sh 42 log_file(){ function
276 log_file ${TMP_C}
283 log_file ${TMP_C}
333 log_file ${TMP_ASM}
336 log_file ${TMP_X}
  /external/chromium/base/
logging.h 195 BASE_API bool BaseInitLoggingImpl(const PathChar* log_file,
211 inline bool InitLogging(const PathChar* log_file,
216 return BaseInitLoggingImpl(log_file, logging_dest, lock_log,
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 275 /* no trace_file, debug or log_file is specified (e.g. only replay_file) */
304 /* log_file cannot be created (e.g. invalid directory), it will be printed to STDOUT */
305 create_config_file("log_file = " INVALID_PATH "log\nmask = 0xFFFFFFFF\n");
336 create_config_file("log_file = string1\n"
337 "log_file = string1 string2 \n"
354 assert(!strcmp(config.log_file, "string1 string2"));
  /external/chromium/googleurl/base/
logging.h 115 void InitLogging(const TCHAR* log_file, LoggingDestination logging_dest,
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 750 parser.set_defaults(log_level=logging.INFO, log_file=None)
752 parser.add_option('-l', '--log_file', dest='log_file', help='Write debug output to log file')
765 if options.log_file is not None:
766 file_logger = logging.FileHandler(options.log_file, 'w')
    [all...]
eas.py 551 def __init__ (self, handle=None, dll_path=None, log_file=None):
554 if log_file is not None:
555 eas_logger.addHandler(log_file)
    [all...]

Completed in 2981 milliseconds

12