| /external/chromium_org/chrome/test/chromedriver/ |
| run_buildbot_steps.py | 118 log_path = os.path.join(temp_dir, log_name) 119 with open(log_path, 'wb') as log_file: 121 if slave_utils.GSUtilCopyFile(log_path, GS_CHROMEDRIVER_DATA_BUCKET):
|
| chrome_launcher.cc | 303 if (!capabilities.log_path.empty()) 304 options.environ["CHROME_LOG_FILE"] = capabilities.log_path;
|
| capabilities.cc | 95 if (!option.GetAsString(&capabilities->log_path))
|
| capabilities_unittest.cc | 133 ASSERT_STREQ("path/to/logfile", capabilities.log_path.c_str());
|
| /external/chromium_org/sandbox/win/sandbox_poc/ |
| main_ui_window.cc | 216 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/chromium_org/components/crash/browser/ |
| crash_handler_host_linux.cc | 375 const base::FilePath log_path = local 377 base::WriteFile(log_path, info->asan_report_str, info->asan_report_length);
|
| /external/chromium_org/chrome/browser/media/ |
| webrtc_log_uploader_unittest.cc | 248 upload_done_data.log_path = temp_dir.path().AppendASCII("log");
|
| webrtc_logging_handler_host.cc | 559 upload_done_data.log_path = log_directory;
|
| /external/chromium_org/components/crash/app/ |
| breakpad_linux.cc | 576 char* log_path = reinterpret_cast<char*>(allocator.Alloc(log_path_len + 1)); local 577 my_memcpy(log_path, minidump.path(), log_path_len); 578 my_memcpy(log_path + log_path_len - 4, ".log", 4); 579 log_path[log_path_len] = '\0'; 580 info.log_filename = log_path; [all...] |
| /external/lldb/examples/interposing/darwin/fd_interposing/ |
| FDInterposing.cpp | 454 const char *log_path = getenv ("FileDescriptorLogFile"); local 455 if (log_path) 456 g_log_fd = ::creat (log_path, 0660); [all...] |
| /external/chromium_org/content/common/gpu/media/ |
| video_decode_accelerator_unittest.cc | 849 void OutputLogFile(const base::FilePath::CharType* log_path, [all...] |
| /external/chromium_org/chrome/browser/ui/webui/net_internals/ |
| net_internals_ui.cc | 248 void OnStoreDebugLogsCompleted(const base::FilePath& log_path, [all...] |
| /external/compiler-rt/lib/asan/ |
| asan_rtl.cc | 579 __sanitizer_set_report_path(common_flags()->log_path);
|
| /external/compiler-rt/lib/msan/ |
| msan.cc | 373 __sanitizer_set_report_path(common_flags()->log_path);
|
| /external/chromium_org/chrome/test/chromedriver/test/ |
| run_py_tests.py | [all...] |
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl.cc | 307 __sanitizer_set_report_path(flags()->log_path);
|