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

Function getEndpointDirSymlinkPath

src/csi/paths.cpp:131–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131string getEndpointDirSymlinkPath(
132 const string& rootDir,
133 const string& type,
134 const string& name,
135 const ContainerID& containerId)
136{
137 return path::join(
138 getContainerPath(rootDir, type, name, containerId),
139 ENDPOINT_DIR_SYMLINK);
140}
141
142
143Try<string> getEndpointSocketPath(

Callers 5

foreachMethod · 0.85
foreachMethod · 0.85
foreachMethod · 0.85
foreachFunction · 0.85
getEndpointSocketPathFunction · 0.85

Calls 2

getContainerPathFunction · 0.70
joinFunction · 0.50

Tested by 3

foreachMethod · 0.68
foreachMethod · 0.68
foreachMethod · 0.68