Searched refs:cgroup_stat (Results 1 – 1 of 1) sorted by relevance
558 struct stat cgroup_stat; in createProcessGroupInternal() local564 if (stat(cgroup.c_str(), &cgroup_stat) < 0) { in createProcessGroupInternal()567 cgroup_mode = cgroup_stat.st_mode; in createProcessGroupInternal()568 cgroup_uid = cgroup_stat.st_uid; in createProcessGroupInternal()569 cgroup_gid = cgroup_stat.st_gid; in createProcessGroupInternal()