| 274 | |
| 275 | |
| 276 | string getMountRootDir( |
| 277 | const string& rootDir, |
| 278 | const string& type, |
| 279 | const string& name) |
| 280 | { |
| 281 | return path::join(rootDir, type, name, MOUNTS_DIR); |
| 282 | } |
| 283 | |
| 284 | |
| 285 | Try<list<string>> getMountPaths(const string& mountRootDir) |