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