| 158 | |
| 159 | #ifndef __WINDOWS__ |
| 160 | string getContainerIOSwitchboardPath( |
| 161 | const string& runtimeDir, |
| 162 | const ContainerID& containerId) |
| 163 | { |
| 164 | return path::join( |
| 165 | getRuntimePath(runtimeDir, containerId), |
| 166 | IO_SWITCHBOARD_DIRECTORY); |
| 167 | } |
| 168 | |
| 169 | |
| 170 | string getContainerIOSwitchboardPidPath( |
no test coverage detected