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