Home
last modified time | relevance | path

Searched refs:GetPathForTask (Results 1 – 3 of 3) sorted by relevance

/system/core/libprocessgroup/
Dtask_profiles.h38 bool GetPathForTask(int tid, std::string* path) const;
Dtask_profiles.cpp59 bool ProfileAttribute::GetPathForTask(int tid, std::string* path) const { in GetPathForTask() function in ProfileAttribute
134 if (!attribute_->GetPathForTask(tid, &path)) { in ExecuteForTask()
Dprocessgroup.cpp95 if (!attr->GetPathForTask(tid, path)) { in CgroupGetAttributePathForTask()