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

Function getContainerPaths

src/csi/paths.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60Try<list<string>> getContainerPaths(
61 const string& rootDir,
62 const string& type,
63 const string& name)
64{
65 return fs::list(path::join(rootDir, type, name, CONTAINERS_DIR, "*"));
66}
67
68
69string getContainerPath(

Callers 4

recoverMethod · 0.70
foreachMethod · 0.50
foreachMethod · 0.50
TearDownMethod · 0.50

Calls 2

listFunction · 0.50
joinFunction · 0.50

Tested by 3

foreachMethod · 0.40
foreachMethod · 0.40
TearDownMethod · 0.40