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

Function getMountTargetPath

src/csi/paths.cpp:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330
331
332string getMountTargetPath(
333 const string& mountRootDir,
334 const string& volumeId)
335{
336 return path::join(getMountPath(mountRootDir, volumeId), TARGET_DIR);
337}
338
339} // namespace paths {
340} // namespace csi {

Callers 10

foreachFunction · 0.85
TEST_PFunction · 0.85
publishVolumeMethod · 0.85
getPersistentVolumePathFunction · 0.85
_deleteVolumeMethod · 0.85
_publishVolumeMethod · 0.85
__unpublishVolumeMethod · 0.85
_deleteVolumeMethod · 0.85
_publishVolumeMethod · 0.85
__unpublishVolumeMethod · 0.85

Calls 2

getMountPathFunction · 0.85
joinFunction · 0.50

Tested by 1

TEST_PFunction · 0.68