import "github.com/Microsoft/hcsshim/internal/runhcs"
util.go
const ( SafePipePrefix = `\\.\pipe\ProtectedPrefix\Administrators\` )
ShimSuccess is the byte stream returned on a successful operation.
var ShimSuccess = []byte{0, 'O', 'K', 0}
func SafePipePath(name string) string