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

Function GetNativeSeparator

libs/base/file_name_utils.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59string::value_type GetNativeSeparator()
60{
61#ifdef OMIM_OS_WINDOWS
62 return '\\';
63#else
64 return '/';
65#endif
66}
67
68string AddSlashIfNeeded(string const & path)
69{

Callers 4

DecompressZipArchiveFunction · 0.85
GetDirectoryFunction · 0.85
AddSlashIfNeededFunction · 0.85
MkDirRecursivelyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected