| 377 | S32 getNumMounts() const { return mMountList.size(); } |
| 378 | String getMountRoot( S32 index ) const { return mMountList[index].root; } |
| 379 | String getMountPath( S32 index ) const { return mMountList[index].fileSystem->mapTo(mMountList[index].path); } |
| 380 | String getMountType( S32 index ) const { return mMountList[index].fileSystem->getTypeStr(); } |
| 381 | |
| 382 | // File system notifications |