Searched refs:CgroupGetAttributePathForTask (Results  1 – 4 of 4) sorted by relevance
| /system/core/libprocessgroup/include/processgroup/ | 
| D | processgroup.h | 34 bool CgroupGetAttributePathForTask(const std::string& attr_name, pid_t tid, std::string* path);
 | 
| /system/memory/lmkd/ | 
| D | statslog.cpp | 95     if (!CgroupGetAttributePathForTask("MemStats", pid, &path)) {  in memory_stat_from_cgroup()
 | 
| D | lmkd.cpp | 1172         if (!CgroupGetAttributePathForTask("MemSoftLimit", proc.pid, &soft_limit_path)) {  in register_oom_adj_proc()
 | 
| /system/core/libprocessgroup/ | 
| D | processgroup.cpp | 142 bool CgroupGetAttributePathForTask(const std::string& attr_name, pid_t tid, std::string* path) {  in CgroupGetAttributePathForTask()  function743     if (!CgroupGetAttributePathForTask(attr_name, tid, &path)) {  in SetProcessGroupValue()
 
 |