| 1304 | S32 GetNumMounts() { return sgMountSystem.getNumMounts(); } |
| 1305 | String GetMountRoot( S32 index ) { return sgMountSystem.getMountRoot(index); } |
| 1306 | String GetMountPath( S32 index ) { return sgMountSystem.getMountPath(index); } |
| 1307 | String GetMountType( S32 index ) { return sgMountSystem.getMountType(index); } |
| 1308 | |
| 1309 | bool CreatePath(const Path& path) |
nothing calls this directly
no test coverage detected