Searched refs:dumps_path (Results 1 – 2 of 2) sorted by relevance
325 FilePath dumps_path("/tmp"); in WriteDumpFile() local326 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()
2492 FilePath dumps_path; in GetBrowserInfo() local2493 PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path); in GetBrowserInfo()2494 properties->SetString("DIR_CRASH_DUMPS", dumps_path.value()); in GetBrowserInfo()