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

Function getLauncherDir

src/tests/utils.cpp:124–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124string getLauncherDir()
125{
126 string path = path::join(tests::flags.build_dir, "src");
127
128 if (!os::exists(path) && searchInstallationDirectory) {
129 path = PKGLIBEXECDIR;
130 }
131
132 return path;
133}
134
135
136string getTestHelperPath(const string& name)

Callers 8

CreateSlaveFlagsMethod · 0.85
executeFunction · 0.85
TEST_PFunction · 0.85
CreateSlaveFlagsMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85

Calls 2

joinFunction · 0.50
existsFunction · 0.50

Tested by

no test coverage detected