FirecrackerVSockRelPath returns the path to FirecrackerVSockPath relative to the current working directory
()
| 104 | // FirecrackerVSockRelPath returns the path to FirecrackerVSockPath relative to the |
| 105 | // current working directory |
| 106 | func (d Dir) FirecrackerVSockRelPath() (string, error) { |
| 107 | return relPathTo(d.FirecrackerVSockPath()) |
| 108 | } |
| 109 | |
| 110 | // FirecrackerLogFifoPath returns the path to the FIFO at which the firecracker VMM writes |
| 111 | // its logs |