HomeSort by relevance Sort by last modified time
    Searched refs:dumps_path (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/tools/crash_service/
main.cc 62 base::FilePath dumps_path; local
63 if (!PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path)) {
69 if (!crash_service.Initialize(operating_dir, dumps_path))
  /external/chromium_org/components/crash/browser/
crash_handler_host_linux.h 37 const base::FilePath& dumps_path,
crash_handler_host_linux.cc 84 const base::FilePath& dumps_path,
87 dumps_path_(dumps_path),
354 base::FilePath dumps_path("/tmp");
355 PathService::Get(base::DIR_TEMP, &dumps_path);
357 dumps_path = dumps_path_;
360 dumps_path.value().c_str(),
  /external/chromium_org/components/crash/tools/
crash_service.h 38 // should store breakpad's checkpoint file. |dumps_path| is the directory
41 const base::FilePath& dumps_path);
crash_service.cc 170 const base::FilePath& dumps_path) {
183 base::FilePath dumps_path_to_use = dumps_path;
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 66 base::FilePath dumps_path = local
73 process_type, dumps_path, false);
  /external/chromium_org/components/crash/app/
breakpad_linux.cc 633 base::FilePath dumps_path(tmp_path);
634 if (GetCrashReporterClient()->GetCrashDumpLocation(&dumps_path)) {
636 dumps_path.Append(GetCrashReporterClient()->GetReporterLogFilename());
643 MinidumpDescriptor minidump_descriptor(dumps_path.value());
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 440 base::FilePath dumps_path; local
441 PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path);
446 new breakpad::CrashHandlerHostLinux(process_type, dumps_path, upload);
    [all...]

Completed in 240 milliseconds