Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetChrpathString
Method
GetChrpathString
Source/cmComputeLinkInformation.cxx:2366–2373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2364
}
2365
2366
std::string cmComputeLinkInformation::GetChrpathString() const
2367
{
2368
if (!this->RuntimeUseChrpath) {
2369
return
""
;
2370
}
2371
2372
return this->GetRPathString(true);
2373
}
Callers
3
GetRPathString
Method · 0.95
AddRPathCheckRule
Method · 0.80
AddChrpathPatchRule
Method · 0.80
Calls
1
GetRPathString
Method · 0.95
Tested by
no test coverage detected