Home
last modified time | relevance | path

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

/aosp14/system/core/libprocessgroup/include/processgroup/
H A Dprocessgroup.h35 bool CgroupGetAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp14/system/core/libprocessgroup/
H A Dprocessgroup.cpp123 bool CgroupGetAttributePathForTask(const std::string& attr_name, int tid, std::string* path) { in CgroupGetAttributePathForTask() function
633 if (!CgroupGetAttributePathForTask(attr_name, tid, &path)) { in SetProcessGroupValue()
658 return CgroupGetAttributePathForTask(attr_name, tid, path); in getAttributePathForTask()