Searched refs:FILE_PATH_SIZE (Results 1 – 1 of 1) sorted by relevance
49 const int FILE_PATH_SIZE = 512; variable114 char filePath[FILE_PATH_SIZE] = {0}; in IsProcessExist()115 …int len = snprintf_s(filePath, FILE_PATH_SIZE, FILE_PATH_SIZE - 1, "/proc/%s/cmdline", ptr->d_name… in IsProcessExist()