func internal/runtime/cgroup.FindCPURelativePath

2 uses

	internal/runtime/cgroup (current package)
		cgroup_linux.go#L327: 	n2, version, err := FindCPURelativePath(out[n:], scratch)
		cgroup_linux.go#L346: func FindCPURelativePath(out []byte, scratch []byte) (int, Version, error) {