Searched refs:log_path (Results 26 - 38 of 38) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cc31 ParseFlag(str, &f->log_path, "log_path");
/external/chromium_org/chrome/test/chromedriver/
H A Drun_buildbot_steps.py108 log_path = os.path.join(temp_dir, log_name)
109 with open(log_path, 'wb') as log_file:
111 if slave_utils.GSUtilCopyFile(log_path, GS_CHROMEDRIVER_DATA_BUCKET):
H A Dcapabilities_unittest.cc132 ASSERT_STREQ("path/to/logfile", capabilities.log_path.c_str());
H A Dchrome_launcher.cc245 if (!capabilities.log_path.empty())
246 options.environ["CHROME_LOG_FILE"] = capabilities.log_path;
H A Dcapabilities.cc82 if (!option.GetAsString(&capabilities->log_path))
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc216 base::string16 log_path = host->OnShowBrowseForLogFileDlg(dialog); local
217 if (log_path.length() > 0) {
220 ::SetWindowText(edit_box_log_file, log_path.c_str());
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc209 if (internal_strcmp(flags()->log_path, "stdout") == 0)
211 else if (internal_strcmp(flags()->log_path, "stderr") == 0)
214 __sanitizer_set_report_path(flags()->log_path);
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc138 cf->log_path = 0;
456 __sanitizer_set_report_path(common_flags()->log_path);
/external/compiler-rt/lib/msan/
H A Dmsan.cc144 cf->log_path = 0;
266 __sanitizer_set_report_path(common_flags()->log_path);
/external/chromium_org/components/breakpad/app/
H A Dbreakpad_linux.cc580 char* log_path = reinterpret_cast<char*>(allocator.Alloc(log_path_len + 1)); local
581 my_memcpy(log_path, minidump.path(), log_path_len);
582 my_memcpy(log_path + log_path_len - 4, ".log", 4);
583 log_path[log_path_len] = '\0';
584 info.log_filename = log_path;
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc270 // - log_path: where the log file was saved in the case of success;
272 typedef base::Callback<void(const base::FilePath& log_path,
387 void OnStoreDebugLogsCompleted(const base::FilePath& log_path,
1553 const base::FilePath& log_path, bool succeeded) {
1556 status = "Created log file: " + log_path.BaseName().AsUTF8Unsafe();
1552 OnStoreDebugLogsCompleted( const base::FilePath& log_path, bool succeeded) argument
/external/chromium_org/content/common/gpu/media/
H A Dvideo_decode_accelerator_unittest.cc980 void OutputLogFile(const base::FilePath::CharType* log_path,
1133 const base::FilePath::CharType* log_path,
1136 base::FilePath(log_path),
1132 OutputLogFile( const base::FilePath::CharType* log_path, const std::string& content) argument
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_py_tests.py885 options.log_path)

Completed in 434 milliseconds

12