1 2 3 4 5 6 7
package qemu import "github.com/containers/podman/v3/pkg/util" func getSocketDir() (string, error) { return util.GetRuntimeDir() }