Lines Matching defs:getRealPath
140 std::error_code FileSystem::getRealPath(const Twine &Path,
289 std::error_code getRealPath(const Twine &Path,
382 std::error_code RealFileSystem::getRealPath(const Twine &Path,
504 std::error_code OverlayFileSystem::getRealPath(const Twine &Path,
508 return FS->getRealPath(Path, Output);
1190 std::error_code InMemoryFileSystem::getRealPath(const Twine &Path,
2614 RedirectingFileSystem::getRealPath(const Twine &OriginalPath,
2625 std::error_code EC = ExternalFS->getRealPath(Path, Output);
2636 return ExternalFS->getRealPath(Path, Output);
2643 auto P = ExternalFS->getRealPath(*ExtRedirect, Output);
2649 return ExternalFS->getRealPath(Path, Output);