| 322 | |
| 323 | |
| 324 | string getMountStagingPath( |
| 325 | const string& mountRootDir, |
| 326 | const string& volumeId) |
| 327 | { |
| 328 | return path::join(getMountPath(mountRootDir, volumeId), STAGING_DIR); |
| 329 | } |
| 330 | |
| 331 | |
| 332 | string getMountTargetPath( |
no test coverage detected