Searched refs:PID_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
78 static const int PID_BUF_SIZE = 6; variable79 static char g_pid[PID_BUF_SIZE];173 int ret = strcpy_s(g_pid, PID_BUF_SIZE, pidStr.c_str()); in InitPid()191 int ret = strcpy_s(g_pid, PID_BUF_SIZE, pidStr.c_str()); in ReloadPid()