reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
375 return FS->status(Path); 379 return FS->openFileForRead(Path); 382 return FS->dir_begin(Dir, EC); 385 return FS->getCurrentWorkingDirectory(); 388 return FS->setCurrentWorkingDirectory(Path); 392 return FS->getRealPath(Path, Output); 395 return FS->isLocal(Path, Result); 399 FileSystem &getUnderlyingFS() { return *FS; }