Lines Matching defs:path
66 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path) { in CgroupGetControllerPath()
96 static bool CgroupGetMemcgAppsPath(std::string* path) { in CgroupGetMemcgAppsPath()
113 bool CgroupGetControllerFromPath(const std::string& path, std::string* cgroup_name) { in CgroupGetControllerFromPath()
127 bool CgroupGetAttributePath(const std::string& attr_name, std::string* path) { in CgroupGetAttributePath()
142 bool CgroupGetAttributePathForTask(const std::string& attr_name, pid_t tid, std::string* path) { in CgroupGetAttributePathForTask()
159 std::string &path) { in CgroupGetAttributePathForProcess()
246 auto path = ConvertUidPidToPath(cgroup, uid, pid, v2_path); in RemoveCgroup() local
279 auto path = StringPrintf("%s/%s", uid_path.c_str(), dir->d_name); in RemoveEmptyUidCgroups() local
296 std::string path, memcg_apps_path; in removeAllEmptyProcessGroups() local
320 auto path = StringPrintf("%s/%s", cgroup_root_path.c_str(), dir->d_name); in removeAllEmptyProcessGroups() local
339 static bool MkdirAndChown(const std::string& path, mode_t mode, uid_t uid, gid_t gid) { in MkdirAndChown()
742 std::string path; in SetProcessGroupValue() local