| 677 | } |
| 678 | |
| 679 | FileSystemRef MountSystem::getFileSystem(const Path& path) |
| 680 | { |
| 681 | return _getFileSystemFromList(_normalize(path)); |
| 682 | } |
| 683 | |
| 684 | bool MountSystem::getFileAttributes(const Path& path,FileNode::Attributes* attr) |
| 685 | { |
no outgoing calls
no test coverage detected