| 1299 | } |
| 1300 | |
| 1301 | void StartFileChangeNotifications() { sgMountSystem.startFileChangeNotifications(); } |
| 1302 | void StopFileChangeNotifications() { sgMountSystem.stopFileChangeNotifications(); } |
| 1303 | |
| 1304 | S32 GetNumMounts() { return sgMountSystem.getNumMounts(); } |
no test coverage detected