Home
last modified time | relevance | path

Searched refs:cgroup_path (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dservice_test.cpp222 std::string cgroup_path = StringPrintf("/proc/%d/cgroup", pid); in CgroupPath() local
223 std::ifstream is(cgroup_path, std::ios::in); in CgroupPath()
270 const std::string cgroup_path = CgroupPath(pid); in TEST_P() local
271 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()
/system/core/libprocessgroup/setup/
Dcgroup_map_write.cpp153 const std::string cgroup_path = cgroup["Path"].asString(); in MergeCgroupToDescriptors() local
158 if (cgroup_path != ".") { in MergeCgroupToDescriptors()
160 path += cgroup_path; in MergeCgroupToDescriptors()
163 path = cgroup_path; in MergeCgroupToDescriptors()
/system/core/libprocessgroup/
Dtask_profiles.cpp154 const std::string cgroup_path = ConvertUidPidToPath(controller()->path(), uid, pid); in GetPathForProcess() local
155 *path = cgroup_path + "/" + file_name(); in GetPathForProcess()
186 const std::string cgroup_path = ConvertUidToPath(controller()->path(), uid); in GetPathForUID() local
187 *path = cgroup_path + "/" + file_name(); in GetPathForUID()