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

Function getVolumeStatePath

src/csi/paths.cpp:264–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263
264string getVolumeStatePath(
265 const string& rootDir,
266 const string& type,
267 const string& name,
268 const string& volumeId)
269{
270 return path::join(
271 getVolumePath(rootDir, type, name, volumeId),
272 VOLUME_STATE_FILE);
273}
274
275
276string getMountRootDir(

Callers 5

foreachFunction · 0.85
foreachFunction · 0.85
checkpointVolumeStateMethod · 0.85
foreachFunction · 0.85
checkpointVolumeStateMethod · 0.85

Calls 2

getVolumePathFunction · 0.85
joinFunction · 0.50

Tested by 1

foreachFunction · 0.68