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

Function getHostProcMountPointPath

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

Source from the content-addressed store, hash-verified

264
265
266string getHostProcMountPointPath(
267 const string& runtimeDir,
268 const ContainerID& containerId)
269{
270 return path::join(
271 getRuntimePath(runtimeDir, containerId),
272 MNT_DIRECTORY,
273 MNT_HOST_PROC);
274}
275#endif // __WINDOWS__
276
277

Callers 1

prepareMethod · 0.85

Calls 2

getRuntimePathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected