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

Function getRuntimePath

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

Source from the content-addressed store, hash-verified

71
72
73string getRuntimePath(
74 const string& runtimeDir,
75 const ContainerID& containerId)
76{
77 return path::join(
78 runtimeDir,
79 buildPath(containerId, CONTAINER_DIRECTORY, PREFIX));
80}
81
82
83string getContainerDevicesPath(

Callers 15

TEST_PFunction · 0.85
TEST_FFunction · 0.85
getContainerDevicesPathFunction · 0.85
getContainerPidFunction · 0.85
getContainerStatusFunction · 0.85
getContainerTerminationFunction · 0.85
getContainerConfigFunction · 0.85
getContainerIdsFunction · 0.85

Calls 2

buildPathFunction · 0.85
joinFunction · 0.50

Tested by 2

TEST_PFunction · 0.68
TEST_FFunction · 0.68