HomeSort by relevance Sort by last modified time
    Searched refs:log_file (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 66 settings.log_file = log_file_path_.value().c_str();
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 108 with open(temp_log, 'rb') as log_file:
109 json_dict = json.load(log_file)
119 with open(log_path, 'wb') as log_file:
120 json.dump(test_results_log, log_file)
  /external/lldb/include/lldb/Core/
Debugger.h 255 EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream);
  /external/dnsmasq/src/
dnsmasq.c 482 daemon->log_file, strerror(log_err));
799 die(_("cannot open %s: %s"), daemon->log_file ? daemon->log_file : "log", EC_FILE);
876 if (daemon->log_file != NULL)
877 log_reopen(daemon->log_file);
    [all...]
dnsmasq.h 624 char *log_file; /* optional log file */ member in struct:daemon
759 int log_reopen(char *log_file);
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 324 wchar_t log_file[MAX_PATH]; local
330 ::GetWindowText(edit_log_file, log_file, MAX_PATH);
357 log_file_ = base::string16(L"\"") + log_file + base::string16(L"\"");
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 42 log_file(){ function
292 log_file ${TMP_C}
299 log_file ${TMP_CC}
306 log_file ${TMP_C}
373 log_file ${TMP_ASM}
376 log_file ${TMP_X}
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 42 log_file(){ function
292 log_file ${TMP_C}
299 log_file ${TMP_CC}
306 log_file ${TMP_C}
373 log_file ${TMP_ASM}
376 log_file ${TMP_X}
    [all...]
  /external/chromium_org/media/cast/test/
sender.cc 167 base::ScopedFILE log_file) {
186 int ret = fwrite(event_log.get(), 1, event_log_bytes, log_file.get());
  /external/fio/
ioengines.c 482 log_file(td, f, FIO_LOG_OPEN_FILE);
494 log_file(td, f, FIO_LOG_CLOSE_FILE);
  /external/chromium_org/base/test/
test_suite.cc 308 settings.log_file = log_filename.value().c_str();
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 96 settings.log_file = log_filename.value().c_str();
  /external/chromium_org/jingle/glue/
logging_unittest.cc 63 settings.log_file = log_file_name;
  /external/chromium_org/net/tools/testserver/
testserver_base.py 187 logfile = open(self.options.log_file, 'w')
225 dest='log_file',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 858 if options.log_file:
860 options.log_file, 'a', options.log_max, options.log_count)
    [all...]
  /external/lldb/source/Core/
Debugger.cpp     [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 397 base::FilePath log_file(FILE_PATH_LITERAL("LOG"));
399 GetContext()->data_path().Append(leveldb_dir).Append(log_file);
  /external/chromium_org/net/tools/flip_server/
flip_in_mem_edsm_server.cc 268 settings.log_file = g_proxy_config.log_filename_.c_str();
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 728 log_file = tempfile.NamedTemporaryFile(prefix=log_file_prefix, delete=False)
729 os.environ[LOG_FILE_ENV_VAR] = log_file.name
730 log_fd = log_file.file.fileno()
    [all...]
  /external/chromium_org/v8/tools/
ll_prof.py 365 self.log_file = open(log_name, "r")
366 self.log = mmap.mmap(self.log_file.fileno(), 0, mmap.MAP_PRIVATE)
482 self.log_file.close()
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 653 if options.log_file:
655 options.log_file, 'a', options.log_max, options.log_count)
772 parser.add_option('-l', '--log-file', '--log_file', dest='log_file',
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 649 if options.log_file:
651 options.log_file, 'a', options.log_max, options.log_count)
768 parser.add_option('-l', '--log-file', '--log_file', dest='log_file',
    [all...]
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py     [all...]
  /external/chromium_org/base/
logging.h 183 // log_file: NULL
192 const PathChar* log_file; member in struct:logging::LoggingSettings
    [all...]
  /external/chromium_org/courgette/
courgette_tool.cc 434 settings.log_file = FILE_PATH_LITERAL("courgette.log");

Completed in 2251 milliseconds

1 23 4