MCPcopy Create free account
hub / github.com/Kitware/CMake / GetRealDir

Function GetRealDir

Source/cmPackageInfoReader.cxx:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81std::string GetRealDir(std::string const& path)
82{
83 return cmSystemTools::GetFilenamePath(cmSystemTools::GetRealPath(path));
84}
85
86Json::Value ReadJson(std::string const& fileName)
87{

Callers

nothing calls this directly

Calls 1

GetRealPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…