Searched refs:process_path (Results 1 – 2 of 2) sorted by relevance
232 FilePath process_path = GetProcessPath(pid); in CopyOffProcFiles() local233 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() local315 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()
272 FilePath process_path = GetProcessPath(pid); in GetExecutableBaseNameFromPid() local273 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()