Lines Matching defs:openFileForRead
121 auto F = IsText ? openFileForRead(Name) : openFileForReadBinary(Name);
281 ErrorOr<std::unique_ptr<File>> openFileForRead(const Twine &Path) override;
339 RealFileSystem::openFileForRead(const Twine &Name) {
473 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) {
476 auto Result = (*I)->openFileForRead(Path);
1088 InMemoryFileSystem::openFileForRead(const Twine &Path) {
2553 RedirectingFileSystem::openFileForRead(const Twine &OriginalPath) {
2563 auto F = File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath);
2574 return File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath);
2589 File::getWithPath(ExternalFS->openFileForRead(RemappedPath), ExtRedirect);
2596 return File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath);