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

Method SetResourceDir

libs/platform/platform.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void Platform::SetResourceDir(std::string const & path)
284{
285 m_resourcesDir = base::AddSlashIfNeeded(path);
286}
287
288// static
289bool Platform::MkDirChecked(std::string const & dirName)

Callers 15

mainFunction · 0.80
InitCountryInfoGetterMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
generator_tool.cppFile · 0.80
mainFunction · 0.80
mainFunction · 0.80
SetPlatformDirsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

AddSlashIfNeededFunction · 0.85

Tested by 1

ParseOptionsFunction · 0.64