Searched refs:ExternalFS (Results 1 – 2 of 2) sorted by relevance
1222 : ExternalFS(std::move(FS)) { in RedirectingFileSystem()1223 if (ExternalFS) in RedirectingFileSystem()1343 return ExternalFS->isLocal(Path, Result); in isLocal()1415 return ExternalFS->dir_begin(Path, EC); in dir_begin()1426 return ExternalFS->dir_begin(Dir, EC); in dir_begin()2150 new RedirectingFileSystem(ExternalFS)); in create()2178 new RedirectingFileSystem(&ExternalFS)); in create()2187 auto EC = ExternalFS.makeAbsolute(From); in create()2209 auto EC = ExternalFS.makeAbsolute(To); in create()2365 auto Result = ExternalFS->status(CanonicalPath); in getExternalStatus()[all …]
622 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());955 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable988 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS);1014 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);1019 bool UseExternalNames, FileSystem &ExternalFS);1064 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());