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

Function getCsiRootDir

src/slave/paths.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152string getCsiRootDir(const string& workDir)
153{
154 return path::join(workDir, CSI_DIR);
155}
156
157
158string getBootIdPath(const string& rootDir)

Callers 9

recoverMethod · 0.85
applyCreateDiskMethod · 0.85
foreachFunction · 0.85
foreachMethod · 0.85
foreachMethod · 0.85
TEST_PFunction · 0.85
TearDownMethod · 0.85
TEST_PFunction · 0.85
createMethod · 0.85

Calls 1

joinFunction · 0.50

Tested by 5

foreachMethod · 0.68
foreachMethod · 0.68
TEST_PFunction · 0.68
TearDownMethod · 0.68
TEST_PFunction · 0.68