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

Function getSbinDir

src/tests/utils.cpp:172–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171
172string getSbinDir()
173{
174 string path = path::join(tests::flags.build_dir, "src");
175
176 if (!os::exists(path) && searchInstallationDirectory) {
177 path = SBINDIR;
178 }
179
180 return path;
181}
182
183
184string getWebUIDir()

Callers 1

executeFunction · 0.85

Calls 2

joinFunction · 0.50
existsFunction · 0.50

Tested by

no test coverage detected