// ParseCgroupFileUnified returns legacy subsystem paths as the first value, // and returns the unified path as the second value. func ParseCgroupFileUnified(path string) (map[string]string, string, error) { … } func parseCgroupFromReaderUnified(r io.Reader) (map[string]string, string, error) { … }