Home
last modified time | relevance | path

Searched refs:CgroupGetAttributePathForTask (Results 1 – 2 of 2) sorted by relevance

/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h30 bool CgroupGetAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/system/core/libprocessgroup/
Dprocessgroup.cpp87 bool CgroupGetAttributePathForTask(const std::string& attr_name, int tid, std::string* path) { in CgroupGetAttributePathForTask() function
439 if (!CgroupGetAttributePathForTask(attr_name, tid, &path)) { in SetProcessGroupValue()