Searched refs:GetPathForTask (Results 1 – 4 of 4) sorted by relevance
115 return GetPathForTask(pid, path); in GetPathForProcess()117 bool GetPathForTask(int tid, std::string* path) const override { in GetPathForTask() function in __anon4da615b10110::ProfileAttributeMock
40 virtual bool GetPathForTask(int tid, std::string* path) const = 0;60 bool GetPathForTask(int tid, std::string* path) const override;
136 return GetPathForTask(pid, path); in GetPathForProcess()139 bool ProfileAttribute::GetPathForTask(int tid, std::string* path) const { in GetPathForTask() function in ProfileAttribute256 if (!attribute_->GetPathForTask(tid, &path)) { in ExecuteForTask()294 if (!attribute_->GetPathForTask(tid, &path)) { in IsValidForTask()
131 if (!attr->GetPathForTask(tid, path)) { in CgroupGetAttributePathForTask()