/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/breakpad/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 | 553 upload_done_data.log_path = log_directory;
|
/external/chromium_org/components/breakpad/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/chromium_org/chrome/test/chromedriver/ |
chrome_launcher.cc | 255 if (!capabilities.log_path.empty()) 256 options.environ["CHROME_LOG_FILE"] = capabilities.log_path;
|
capabilities.cc | 83 if (!option.GetAsString(&capabilities->log_path))
|
capabilities_unittest.cc | 132 ASSERT_STREQ("path/to/logfile", capabilities.log_path.c_str());
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui.cc | 215 // - log_path: where the log file was saved in the case of success; 217 typedef base::Callback<void(const base::FilePath& log_path, 316 void OnStoreDebugLogsCompleted(const base::FilePath& log_path, [all...] |
/external/chromium_org/content/common/gpu/media/ |
video_decode_accelerator_unittest.cc | [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 355 // When sanitizer output is being redirected to file (i.e. by using log_path),
|
/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/chrome/test/chromedriver/test/ |
run_py_tests.py | [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);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libasan.so | |
libasan.so.0 | |
libasan.so.0.0.0 | |
libasan.a | [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.cc | 307 __sanitizer_set_report_path(flags()->log_path);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/ |
libasan.a | [all...] |
libtsan.a | [all...] |