Home
last modified time | relevance | path

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

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