| 511 | } |
| 512 | |
| 513 | Path FileSystemRedirect::mapFrom(const Path& path) |
| 514 | { |
| 515 | Path p = _merge(path); |
| 516 | FileSystemRef fs = mMFS->getFileSystem(p); |
| 517 | if (fs != NULL) |
| 518 | return fs->mapFrom(p); |
| 519 | return NULL; |
| 520 | } |
| 521 | |
| 522 | //----------------------------------------------------------------------------- |
| 523 |
no test coverage detected