Home
last modified time | relevance | path

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

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