Searched refs:cgroup_path (Results 1 – 3 of 3) sorted by relevance
222 std::string cgroup_path = StringPrintf("/proc/%d/cgroup", pid); in CgroupPath() local223 std::ifstream is(cgroup_path, std::ios::in); in CgroupPath()270 const std::string cgroup_path = CgroupPath(pid); in TEST_P() local271 EXPECT_NE(cgroup_path, ""); in TEST_P()272 EXPECT_NE(cgroup_path, "/"); in TEST_P()276 EXPECT_EQ(rmdir(("/sys/fs/cgroup" + cgroup_path).c_str()), 0); in TEST_P()
153 const std::string cgroup_path = cgroup["Path"].asString(); in MergeCgroupToDescriptors() local158 if (cgroup_path != ".") { in MergeCgroupToDescriptors()160 path += cgroup_path; in MergeCgroupToDescriptors()163 path = cgroup_path; in MergeCgroupToDescriptors()
154 const std::string cgroup_path = ConvertUidPidToPath(controller()->path(), uid, pid); in GetPathForProcess() local155 *path = cgroup_path + "/" + file_name(); in GetPathForProcess()186 const std::string cgroup_path = ConvertUidToPath(controller()->path(), uid); in GetPathForUID() local187 *path = cgroup_path + "/" + file_name(); in GetPathForUID()