| 264 | |
| 265 | |
| 266 | string getHostProcMountPointPath( |
| 267 | const string& runtimeDir, |
| 268 | const ContainerID& containerId) |
| 269 | { |
| 270 | return path::join( |
| 271 | getRuntimePath(runtimeDir, containerId), |
| 272 | MNT_DIRECTORY, |
| 273 | MNT_HOST_PROC); |
| 274 | } |
| 275 | #endif // __WINDOWS__ |
| 276 | |
| 277 |
no test coverage detected