MCPcopy Create free account
hub / github.com/comaps/comaps / FindAllLocalMapsAndCleanup

Function FindAllLocalMapsAndCleanup

libs/platform/local_country_file_utils.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void FindAllLocalMapsAndCleanup(int64_t latestVersion, std::vector<LocalCountryFile> & localFiles)
208{
209 FindAllLocalMapsAndCleanup(latestVersion, string(), localFiles);
210}
211
212void FindAllLocalMapsAndCleanup(int64_t latestVersion, string const & dataDir,
213 std::vector<LocalCountryFile> & localFiles)

Callers 11

mainFunction · 0.85
ForEachMWMFunction · 0.85
RegisterLocalMapsImplMethod · 0.85
InitDataSourceFunction · 0.85
RegisterAllLocalMapsMethod · 0.85
CleanupMapsDirectoryFunction · 0.85
UNIT_TESTFunction · 0.85
GetAllLocalFilesFunction · 0.85
RoutingTestMethod · 0.85
RoutesBuilderMethod · 0.85

Calls 15

GetDataDirFullPathFunction · 0.85
ParseVersionFunction · 0.85
JoinPathFunction · 0.85
GetAdditionalWorldScopeFunction · 0.85
ReadVersionDateFunction · 0.85
UnderlyingFunction · 0.85
CountryFileClass · 0.70
beginMethod · 0.45
endMethod · 0.45
GetCountryNameMethod · 0.45
GetReaderMethod · 0.45

Tested by 3

RegisterLocalMapsImplMethod · 0.68
UNIT_TESTFunction · 0.68
GetAllLocalFilesFunction · 0.68