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

Function GetDataDirFullPath

libs/platform/local_country_file_utils.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75*/
76
77inline string GetDataDirFullPath(string const & dataDir)
78{
79 Platform & platform = GetPlatform();
80 return dataDir.empty() ? platform.WritableDir() : base::JoinPath(platform.WritableDir(), dataDir);
81}
82
83void FindAllDiffsInDirectory(string const & dir, std::vector<LocalCountryFile> & diffs)
84{

Callers 4

GetFilePathFunction · 0.85
FindAllDiffsFunction · 0.85

Calls 2

JoinPathFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected