Home
last modified time | relevance | path

Searched refs:taskPath (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp238 std::string taskPath = StringPrintf("/proc/%d/task", pid); in ReadProcessWchan() local
240 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()
/base/hiviewdfx/hidumper/services/native/src/
Ddump_manager_service.cpp176 std::string taskPath = "/proc/" + std::to_string(pid) + "/" + requestType; in GetFileDescriptorNums() local
177 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in GetFileDescriptorNums()
238 std::string taskPath = "/proc/" + std::to_string(pid) + "/fd"; in CountFdNums() local
239 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in CountFdNums()
242 std::string linkPath = taskPath + "/" + each; in CountFdNums()