Home
last modified time | relevance | path

Searched refs:dumps_path (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/tools/crash_service/
Dmain.cc62 base::FilePath dumps_path; in wWinMain() local
63 if (!PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path)) { in wWinMain()
69 if (!crash_service.Initialize(operating_dir, dumps_path)) in wWinMain()
/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.cc82 const base::FilePath& dumps_path, in CrashHandlerHostLinux() argument
85 dumps_path_(dumps_path), in CrashHandlerHostLinux()
376 base::FilePath dumps_path("/tmp"); in WriteDumpFile() local
377 PathService::Get(base::DIR_TEMP, &dumps_path); in WriteDumpFile()
379 dumps_path = dumps_path_; in WriteDumpFile()
383 dumps_path.value().c_str(), in WriteDumpFile()
399 dumps_path.value().c_str(), in WriteDumpFile()
Dcrash_handler_host_linux.h37 const base::FilePath& dumps_path,
/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc325 FilePath dumps_path("/tmp"); in WriteDumpFile() local
326 PathService::Get(base::DIR_TEMP, &dumps_path); in WriteDumpFile()
328 PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path); in WriteDumpFile()
332 dumps_path.value().c_str(), process_type_.c_str(), rand); in WriteDumpFile()
/external/chromium_org/components/breakpad/tools/
Dcrash_service.h41 const base::FilePath& dumps_path);
Dcrash_service.cc170 const base::FilePath& dumps_path) { in Initialize() argument
183 base::FilePath dumps_path_to_use = dumps_path; in Initialize()
/external/chromium_org/content/shell/browser/
Dshell_content_browser_client.cc59 base::FilePath dumps_path = in CreateCrashHandlerHost() local
66 process_type, dumps_path, false); in CreateCrashHandlerHost()
/external/chromium_org/components/breakpad/app/
Dbreakpad_linux.cc637 base::FilePath dumps_path(tmp_path); in EnableCrashDumping() local
638 if (GetBreakpadClient()->GetCrashDumpLocation(&dumps_path)) { in EnableCrashDumping()
640 dumps_path.Append(GetBreakpadClient()->GetReporterLogFilename()); in EnableCrashDumping()
647 MinidumpDescriptor minidump_descriptor(dumps_path.value()); in EnableCrashDumping()
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.cc492 base::FilePath dumps_path; in CreateCrashHandlerHost() local
493 PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path); in CreateCrashHandlerHost()
498 process_type, dumps_path, getenv(env_vars::kHeadless) == NULL); in CreateCrashHandlerHost()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc2492 FilePath dumps_path; in GetBrowserInfo() local
2493 PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path); in GetBrowserInfo()
2494 properties->SetString("DIR_CRASH_DUMPS", dumps_path.value()); in GetBrowserInfo()
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider.cc2152 base::FilePath dumps_path; in GetBrowserInfo() local
2153 PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path); in GetBrowserInfo()
2154 properties->SetString("DIR_CRASH_DUMPS", dumps_path.value()); in GetBrowserInfo()