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

Function getContainerShmPath

src/slave/containerizer/mesos/paths.cpp:528–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526
527
528string getContainerShmPath(
529 const string& runtimeDir,
530 const ContainerID& containerId)
531{
532 return path::join(
533 getRuntimePath(runtimeDir, containerId),
534 CONTAINER_SHM_DIRECTORY);
535}
536
537
538Try<string> getParentShmPath(

Callers 3

getParentShmPathFunction · 0.85
prepareMethod · 0.85
cleanupMethod · 0.85

Calls 2

getRuntimePathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected