Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Duser_collector.cc232 FilePath process_path = GetProcessPath(pid); in CopyOffProcFiles() local
233 if (!base::PathExists(process_path)) { in CopyOffProcFiles()
234 LOG(ERROR) << "Path " << process_path.value() << " does not exist"; in CopyOffProcFiles()
245 if (!base::CopyFile(process_path.Append(proc_files[i]), in CopyOffProcFiles()
307 FilePath process_path = GetProcessPath(pid); in GetCreatedCrashDirectory() local
315 if (base::ReadFileToString(process_path.Append("status"), &status)) { in GetCreatedCrashDirectory()
340 LOG(INFO) << "Path " << process_path.value() << " DirectoryExists: " in GetCreatedCrashDirectory()
341 << base::DirectoryExists(process_path); in GetCreatedCrashDirectory()
Dcrash_collector.cc272 FilePath process_path = GetProcessPath(pid); in GetExecutableBaseNameFromPid() local
273 FilePath exe_path = process_path.Append("exe"); in GetExecutableBaseNameFromPid()
275 LOG(INFO) << "GetSymlinkTarget failed - Path " << process_path.value() in GetExecutableBaseNameFromPid()
277 << base::DirectoryExists(process_path); in GetExecutableBaseNameFromPid()