MCPcopy Create free account
hub / github.com/apache/mesos / getModulePath

Function getModulePath

src/tests/utils.cpp:96–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96string getModulePath(const string& name)
97{
98 string path = path::join(tests::flags.build_dir, "src", ".libs");
99
100 if (!os::exists(path) && searchInstallationDirectory) {
101 path = PKGMODULEDIR;
102 }
103
104 return path::join(path, os::libraries::expandName(name));
105}
106
107
108string getLibMesosPath()

Callers 15

SetUpMethod · 0.85
addIsolatorModulesFunction · 0.85
addAuthenticationModulesFunction · 0.85
addHookModulesFunction · 0.85
addAnonymousModulesFunction · 0.85
addAllocatorModulesFunction · 0.85
addAuthorizerModulesFunction · 0.85

Calls 3

expandNameFunction · 0.85
joinFunction · 0.50
existsFunction · 0.50

Tested by

no test coverage detected