Home
last modified time | relevance | path

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

/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/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()