Searched refs:cgroup_stat (Results 1 – 1 of 1) sorted by relevance
422 struct stat cgroup_stat; in createProcessGroupInternal() local427 if (stat(cgroup.c_str(), &cgroup_stat) == 1) { in createProcessGroupInternal()430 cgroup_mode = cgroup_stat.st_mode; in createProcessGroupInternal()431 cgroup_uid = cgroup_stat.st_uid; in createProcessGroupInternal()432 cgroup_gid = cgroup_stat.st_gid; in createProcessGroupInternal()