| 834 | } |
| 835 | |
| 836 | FileSystemRef MountSystem::getFileSystem(const Path& path) |
| 837 | { |
| 838 | return _getFileSystemFromList(_normalize(path)); |
| 839 | } |
| 840 | |
| 841 | bool MountSystem::getFileAttributes(const Path& path,FileNode::Attributes* attr) |
| 842 | { |
no outgoing calls
no test coverage detected