Searched refs:ExternalFS (Results 1 – 2 of 2) sorted by relevance
964 FileSystem &ExternalFS; member in llvm::vfs::VFSFromYamlDirIterImpl993 return ExternalFS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()998 return ExternalFS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()1003 return ExternalFS->isLocal(Path, Result); in isLocal()1012 return ExternalFS->dir_begin(Dir, EC); in dir_begin()1662 return ExternalFS->status(Path); in status()1700 return ExternalFS->openFileForRead(Path); in openFileForRead()1731 return ExternalFS->getRealPath(Path, Output); in getRealPath()1789 std::move(ExternalFS)); in collectVFSFromYAML()1971 IterateExternalFS(IterateExternalFS), ExternalFS(ExternalFS) { in VFSFromYamlDirIterImpl()[all …]
489 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());638 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable676 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS) in RedirectingFileSystem() argument677 : ExternalFS(std::move(ExternalFS)) {} in RedirectingFileSystem()697 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);731 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());