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

Function getContainerDevicesPath

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

Source from the content-addressed store, hash-verified

81
82
83string getContainerDevicesPath(
84 const string& runtimeDir,
85 const ContainerID& containerId)
86{
87 return path::join(
88 getRuntimePath(runtimeDir, containerId),
89 CONTAINER_DEVICES_DIRECTORY);
90}
91
92
93Result<pid_t> getContainerPid(

Callers 3

_prepareMethod · 0.85
prepareMethod · 0.85
prepareMethod · 0.85

Calls 2

getRuntimePathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected