| 1082 | } |
| 1083 | |
| 1084 | void MlcStorageUnmountAllTitles() |
| 1085 | { |
| 1086 | for(auto& it : m_mlcMountedTitles) |
| 1087 | { |
| 1088 | std::string mlcStoragePath = GetMlcStoragePath(it.first); |
| 1089 | it.second->Unmount(mlcStoragePath); |
| 1090 | } |
| 1091 | m_mlcMountedTitles.clear(); |
| 1092 | } |
| 1093 | |
| 1094 | uint32 GetRPXHashBase() |
| 1095 | { |
no test coverage detected