Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
std::string GetRealPath(std::string const& path)
77
{
78
return cmSystemTools::GetRealPath(path);
79
}
80
81
std::string GetRealDir(std::string const& path)
82
{
Callers
15
cmGlobalGenerator.cxx
File · 0.85
FindConfigFile
Method · 0.85
FindImplicitConflicts
Method · 0.85
cmOrderDirectories.cxx
File · 0.85
GetIncludeDirectoriesImplicit
Method · 0.85
setupParentDirs
Method · 0.85
get
Method · 0.85
GetRealDir
Function · 0.85
cmGetFilenameComponentCommand
Function · 0.85
GetRealPathResolvingWindowsSubst
Method · 0.85
GetRealPath
Method · 0.85
InitLogicalWorkingDirectory
Function · 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…