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

Function GetRealPath

Source/cmPackageInfoReader.cxx:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76std::string GetRealPath(std::string const& path)
77{
78 return cmSystemTools::GetRealPath(path);
79}
80
81std::string GetRealDir(std::string const& path)
82{

Callers 15

FindConfigFileMethod · 0.85
FindImplicitConflictsMethod · 0.85
setupParentDirsMethod · 0.85
getMethod · 0.85
GetRealDirFunction · 0.85
GetRealPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…