Lines Matching refs:getRealPath
140 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath() function in FileSystem
287 std::error_code getRealPath(const Twine &Path,
370 std::error_code RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem
492 std::error_code OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem
496 return FS->getRealPath(Path, Output); in getRealPath()
1178 std::error_code InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem
2601 RedirectingFileSystem::getRealPath(const Twine &OriginalPath, in getRealPath() function in RedirectingFileSystem
2612 std::error_code EC = ExternalFS->getRealPath(Path, Output); in getRealPath()
2623 return ExternalFS->getRealPath(Path, Output); in getRealPath()
2630 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath()
2636 return ExternalFS->getRealPath(Path, Output); in getRealPath()