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