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

Function getContainerIOSwitchboardPath

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

Source from the content-addressed store, hash-verified

158
159#ifndef __WINDOWS__
160string getContainerIOSwitchboardPath(
161 const string& runtimeDir,
162 const ContainerID& containerId)
163{
164 return path::join(
165 getRuntimePath(runtimeDir, containerId),
166 IO_SWITCHBOARD_DIRECTORY);
167}
168
169
170string getContainerIOSwitchboardPidPath(

Callers 4

foreachFunction · 0.85
_prepareMethod · 0.85

Calls 2

getRuntimePathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected