| 1309 | } |
| 1310 | |
| 1311 | string Storage::GetFileDownloadPath(CountryId const & countryId, MapFileType type) const |
| 1312 | { |
| 1313 | return platform::GetFileDownloadPath(m_currentVersion, m_dataDir, countryId, type); |
| 1314 | } |
| 1315 | |
| 1316 | bool Storage::CheckFailedCountries(CountriesVec const & countries) const |
| 1317 | { |
no test coverage detected