| 168 | |
| 169 | |
| 170 | string getContainerIOSwitchboardPidPath( |
| 171 | const string& runtimeDir, |
| 172 | const ContainerID& containerId) |
| 173 | { |
| 174 | return path::join( |
| 175 | getContainerIOSwitchboardPath(runtimeDir, containerId), |
| 176 | PID_FILE); |
| 177 | } |
| 178 | |
| 179 | |
| 180 | Result<pid_t> getContainerIOSwitchboardPid( |
no test coverage detected