Searched refs:cgroupPath (Results 1 – 2 of 2) sorted by relevance
177 char cgroupPath[PATH_MAX] = {}; in ProcessMgrRemoveApp() local179 int ret = GetCgroupPath(appInfo, cgroupPath, sizeof(cgroupPath)); in ProcessMgrRemoveApp()182 ret = memcpy_s(procPath, sizeof(procPath), cgroupPath, sizeof(cgroupPath)); in ProcessMgrRemoveApp()189 ret = rmdir(cgroupPath); in ProcessMgrRemoveApp()
324 std::string cgroupPath = "/proc/" + std::to_string(pid) + "/cgroup"; in IsAncoProc() local325 std::string firstLine = FileUtil::GetFirstLine(cgroupPath); in IsAncoProc()