Searched refs:STATUS_PATH_LEN (Results 1 – 1 of 1) sorted by relevance
40 constexpr int STATUS_PATH_LEN = 32; variable450 char path[STATUS_PATH_LEN] = { 0 }; in GetPPidByPid()451 if (snprintf_s(path, STATUS_PATH_LEN, STATUS_PATH_LEN - 1, "/proc/%u/status", pid) <= 0) { in GetPPidByPid()