Searched refs:GetPathForTask (Results 1 – 3 of 3) sorted by relevance
38 bool GetPathForTask(int tid, std::string* path) const;
59 bool ProfileAttribute::GetPathForTask(int tid, std::string* path) const { in GetPathForTask() function in ProfileAttribute134 if (!attribute_->GetPathForTask(tid, &path)) { in ExecuteForTask()
95 if (!attr->GetPathForTask(tid, path)) { in CgroupGetAttributePathForTask()