Searched defs:crash_dir (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/content/shell/app/
H A Dshell_crash_reporter_client.cc50 bool ShellCrashReporterClient::GetCrashDumpLocation(base::FilePath* crash_dir) { argument
53 *crash_dir = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
/external/chromium_org/components/crash/app/
H A Dcrash_reporter_client.cc36 base::FilePath* crash_dir) {
91 bool CrashReporterClient::GetCrashDumpLocation(base::FilePath* crash_dir) { argument
35 GetAlternativeCrashDumpLocation( base::FilePath* crash_dir) argument
/external/chromium_org/chrome/app/
H A Dchrome_crash_reporter_client.cc90 base::FilePath* crash_dir) {
96 *crash_dir = base::FilePath::FromUTF8Unsafe(alternate_crash_dump_location);
313 base::FilePath* crash_dir) {
324 return PathService::Get(chrome::DIR_CRASH_DUMPS, crash_dir);
89 GetAlternativeCrashDumpLocation( base::FilePath* crash_dir) argument
312 GetCrashDumpLocation( base::FilePath* crash_dir) argument

Completed in 98 milliseconds