Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp270 std::string taskPath = StringPrintf("/proc/%d/task", pid); in ReadProcessWchan() local
272 flag = ReadDirFiles(taskPath, files); in ReadProcessWchan()
275 std::string commPath = StringPrintf("%s/%s/comm", taskPath.c_str(), tidStr.c_str()); in ReadProcessWchan()
276 std::string wchanPath = StringPrintf("%s/%s/wchan", taskPath.c_str(), tidStr.c_str()); in ReadProcessWchan()
289 ss += "Failed to access path: " + taskPath + "\n"; in ReadProcessWchan()
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_service.cpp203 std::string taskPath = "/proc/" + std::to_string(pid) + "/" + requestType; in GetFileDescriptorNums() local
204 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in GetFileDescriptorNums()
292 std::string taskPath = "/proc/" + std::to_string(pid) + "/fd"; in CountFdNums() local
293 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in CountFdNums()
296 std::string linkPath = taskPath + "/" + each; in CountFdNums()

Completed in 2 milliseconds