kubernetes/pkg/kubelet/util/util_unix.go

const unixProtocol

// LocalEndpoint returns the full path to a unix socket at the given endpoint
func LocalEndpoint(path, file string) (string, error) {}

// NormalizePath is a no-op for Linux for now
func NormalizePath(path string) string {}