| 526 | |
| 527 | |
| 528 | string getContainerShmPath( |
| 529 | const string& runtimeDir, |
| 530 | const ContainerID& containerId) |
| 531 | { |
| 532 | return path::join( |
| 533 | getRuntimePath(runtimeDir, containerId), |
| 534 | CONTAINER_SHM_DIRECTORY); |
| 535 | } |
| 536 | |
| 537 | |
| 538 | Try<string> getParentShmPath( |
no test coverage detected