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

Function getFrameworkPath

src/slave/paths.cpp:210–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209
210string getFrameworkPath(
211 const string& rootDir,
212 const SlaveID& slaveId,
213 const FrameworkID& frameworkId)
214{
215 return path::join(
216 getSlavePath(rootDir, slaveId), FRAMEWORKS_DIR, stringify(frameworkId));
217}
218
219
220string getFrameworkPidPath(

Callers 11

TYPED_TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
runMethod · 0.85
removeFrameworkMethod · 0.85
recoverFrameworkMethod · 0.85
getFrameworkPidPathFunction · 0.85
getFrameworkInfoPathFunction · 0.85
getExecutorPathsFunction · 0.85
getExecutorPathFunction · 0.85

Calls 3

getSlavePathFunction · 0.85
joinFunction · 0.50
stringifyFunction · 0.50

Tested by 4

TYPED_TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68