| 81 | |
| 82 | |
| 83 | string getContainerDevicesPath( |
| 84 | const string& runtimeDir, |
| 85 | const ContainerID& containerId) |
| 86 | { |
| 87 | return path::join( |
| 88 | getRuntimePath(runtimeDir, containerId), |
| 89 | CONTAINER_DEVICES_DIRECTORY); |
| 90 | } |
| 91 | |
| 92 | |
| 93 | Result<pid_t> getContainerPid( |
no test coverage detected