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

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

Completed in 34 milliseconds