Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/
Ddump_utils.cpp145 char pathPid[PATH_MAX] = {0}; in CheckProcessAlive() local
146 int ret = sprintf_s(pathPid, PATH_MAX, "/proc/%u", pid); in CheckProcessAlive()
150 if (realpath(pathPid, path) != nullptr) { // path exist in CheckProcessAlive()