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

Function getVolumePaths

src/csi/paths.cpp:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205
206Try<list<string>> getVolumePaths(
207 const string& rootDir,
208 const string& type,
209 const string& name)
210{
211 return fs::list(path::join(rootDir, type, name, VOLUMES_DIR, "*"));
212}
213
214
215string getVolumePath(

Callers 3

TEST_PFunction · 0.85
recoverMethod · 0.85
recoverMethod · 0.85

Calls 2

listFunction · 0.50
joinFunction · 0.50

Tested by 1

TEST_PFunction · 0.68