Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds