Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
string 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
83
string getContainerDevicesPath(
Callers
15
TEST_P
Function · 0.85
TEST_F
Function · 0.85
getContainerDevicesPath
Function · 0.85
getContainerPid
Function · 0.85
getContainerStatus
Function · 0.85
getContainerIOSwitchboardPath
Function · 0.85
getHostProcMountPointPath
Function · 0.85
getContainerForceDestroyOnRecoveryPath
Function · 0.85
getContainerTermination
Function · 0.85
getStandaloneContainerMarkerPath
Function · 0.85
getContainerConfig
Function · 0.85
getContainerIds
Function · 0.85
Calls
2
buildPath
Function · 0.85
join
Function · 0.50
Tested by
2
TEST_P
Function · 0.68
TEST_F
Function · 0.68