/external/chromium_org/chrome/tools/crash_service/ |
D | main.cc | 62 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/ |
D | crash_handler_host_linux.cc | 82 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()
|
D | crash_handler_host_linux.h | 37 const base::FilePath& dumps_path,
|
/external/chromium/chrome/browser/ |
D | crash_handler_host_linux.cc | 325 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/ |
D | crash_service.h | 41 const base::FilePath& dumps_path);
|
D | crash_service.cc | 170 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/ |
D | shell_content_browser_client.cc | 59 base::FilePath dumps_path = in CreateCrashHandlerHost() local 66 process_type, dumps_path, false); in CreateCrashHandlerHost()
|
/external/chromium_org/components/breakpad/app/ |
D | breakpad_linux.cc | 637 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/ |
D | chrome_content_browser_client.cc | 492 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/ |
D | testing_automation_provider.cc | 2492 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/ |
D | testing_automation_provider.cc | 2152 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()
|