| 262 | |
| 263 | |
| 264 | string 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 | |
| 276 | string getMountRootDir( |