Searched refs:taskPath (Results 1 – 2 of 2) sorted by relevance
238 std::string taskPath = StringPrintf("/proc/%d/task", pid); in ReadProcessWchan() local240 flag = ReadDirFiles(taskPath, files); in ReadProcessWchan()243 std::string commPath = StringPrintf("%s/%s/comm", taskPath.c_str(), tidStr.c_str()); in ReadProcessWchan()244 std::string wchanPath = StringPrintf("%s/%s/wchan", taskPath.c_str(), tidStr.c_str()); in ReadProcessWchan()
176 std::string taskPath = "/proc/" + std::to_string(pid) + "/" + requestType; in GetFileDescriptorNums() local177 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in GetFileDescriptorNums()238 std::string taskPath = "/proc/" + std::to_string(pid) + "/fd"; in CountFdNums() local239 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in CountFdNums()242 std::string linkPath = taskPath + "/" + each; in CountFdNums()