/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_flags.cc | 31 ParseFlag(str, &f->log_path, "log_path");
|
/external/chromium_org/chrome/test/chromedriver/ |
run_buildbot_steps.py | 108 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):
|
capabilities_unittest.cc | 132 ASSERT_STREQ("path/to/logfile", capabilities.log_path.c_str());
|
chrome_launcher.cc | 245 if (!capabilities.log_path.empty()) 246 options.environ["CHROME_LOG_FILE"] = capabilities.log_path;
|
capabilities.cc | 82 if (!option.GetAsString(&capabilities->log_path))
|
/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/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.cc | 209 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/ |
asan_rtl.cc | 138 cf->log_path = 0; 456 __sanitizer_set_report_path(common_flags()->log_path);
|
/external/compiler-rt/lib/msan/ |
msan.cc | 144 cf->log_path = 0; 266 __sanitizer_set_report_path(common_flags()->log_path);
|
/external/chromium_org/components/breakpad/app/ |
breakpad_linux.cc | 580 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; [all...] |
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui.cc | 270 // - 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, [all...] |
/external/chromium_org/content/common/gpu/media/ |
video_decode_accelerator_unittest.cc | [all...] |
/external/chromium_org/chrome/test/chromedriver/test/ |
run_py_tests.py | [all...] |