| 1128 | } |
| 1129 | |
| 1130 | void StartFileChangeNotifications() { sgMountSystem.startFileChangeNotifications(); } |
| 1131 | void StopFileChangeNotifications() { sgMountSystem.stopFileChangeNotifications(); } |
| 1132 | |
| 1133 | S32 GetNumMounts() { return sgMountSystem.getNumMounts(); } |
no test coverage detected