Lines Matching refs:ExternalFS
842 IntrusiveRefCntPtr<FileSystem> ExternalFS; member in __anon45e96e000711::RedirectingFileSystem
878 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS) in RedirectingFileSystem() argument
879 : ExternalFS(std::move(ExternalFS)) {} in RedirectingFileSystem()
898 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
904 return ExternalFS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
907 return ExternalFS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
1390 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in create() argument
1406 new RedirectingFileSystem(std::move(ExternalFS))); in create()
1515 ErrorOr<Status> S = ExternalFS->status(F->getExternalContentsPath()); in status()
1565 auto Result = ExternalFS->openFileForRead(F->getExternalContentsPath()); in openFileForRead()
1585 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in getVFSFromYAML() argument
1588 std::move(ExternalFS)); in getVFSFromYAML()