Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/services/native/src/
Ddump_manager_service.cpp204 std::string taskPath = "/proc/" + std::to_string(pid) + "/" + requestType; in GetFileDescriptorNums() local
302 std::string taskPath = "/proc/" + std::to_string(pid) + "/fd"; in CountFdNums() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp296 std::string taskPath = StringPrintf("/proc/%d/task", pid); local