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

Function getMountRootDir

src/csi/paths.cpp:276–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275
276string getMountRootDir(
277 const string& rootDir,
278 const string& type,
279 const string& name)
280{
281 return path::join(rootDir, type, name, MOUNTS_DIR);
282}
283
284
285Try<list<string>> getMountPaths(const string& mountRootDir)

Callers 7

applyCreateDiskMethod · 0.85
foreachFunction · 0.85
TEST_PFunction · 0.85
publishVolumeMethod · 0.85
getEndpointMethod · 0.85
VolumeManagerProcessMethod · 0.85
VolumeManagerProcessMethod · 0.85

Calls 1

joinFunction · 0.50

Tested by 1

TEST_PFunction · 0.68