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

Method GetRunPath

Source/cmELF.cxx:816–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816cmELF::StringEntry const* cmELF::GetRunPath()
817{
818 if (this->Valid() &&
819 (this->Internal->GetFileType() == cmELF::FileTypeExecutable ||
820 this->Internal->GetFileType() == cmELF::FileTypeSharedLibrary)) {
821 return this->Internal->GetRunPath();
822 }
823 return nullptr;
824}
825
826bool cmELF::IsMIPS() const
827{

Callers 6

LLVMFuzzerTestOneInputFunction · 0.45
AdjustRPathELFFunction · 0.45
RemoveRPathELFFunction · 0.45
CheckRPathMethod · 0.45
HandleReadElfCommandFunction · 0.45
ChangeRPathMethod · 0.45

Calls 2

ValidMethod · 0.95
GetFileTypeMethod · 0.45

Tested by

no test coverage detected