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

Function getSlavePath

src/slave/paths.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170string getSlavePath(
171 const string& rootDir,
172 const SlaveID& slaveId)
173{
174 return path::join(rootDir, SLAVES_DIR, stringify(slaveId));
175}
176
177
178Try<list<string>> getContainerPaths(

Callers 15

TEST_FFunction · 0.85
TEST_FFunction · 0.85
foreachFunction · 0.85
getSlaveInfoPathFunction · 0.85
getFrameworkPathsFunction · 0.85
getFrameworkPathFunction · 0.85
getResourceProviderPathsFunction · 0.85
getResourceProviderPathFunction · 0.85
getSlaveOperationPathsFunction · 0.85
getSlaveOperationPathFunction · 0.85

Calls 2

joinFunction · 0.50
stringifyFunction · 0.50

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68