Searched refs:pathPid (Results 1 – 1 of 1) sorted by relevance
145 char pathPid[PATH_MAX] = {0}; in CheckProcessAlive() local146 int ret = sprintf_s(pathPid, PATH_MAX, "/proc/%u", pid); in CheckProcessAlive()150 if (realpath(pathPid, path) != nullptr) { // path exist in CheckProcessAlive()