| 117 | |
| 118 | |
| 119 | string getContainerInfoPath( |
| 120 | const string& rootDir, |
| 121 | const string& type, |
| 122 | const string& name, |
| 123 | const ContainerID& containerId) |
| 124 | { |
| 125 | return path::join( |
| 126 | getContainerPath(rootDir, type, name, containerId), |
| 127 | CONTAINER_INFO_FILE); |
| 128 | } |
| 129 | |
| 130 | |
| 131 | string getEndpointDirSymlinkPath( |
no test coverage detected