Searched refs:MAX_PROC_NAME_LEN (Results 1 – 4 of 4) sorted by relevance
28 #define MAX_PROC_NAME_LEN (32) macro230 char name[MAX_PROC_NAME_LEN];
40 const int32_t MAX_PROC_NAME_LEN = 256; variable
324 …if (strncpy_s(procStats.name, MAX_PROC_NAME_LEN, it.second.name.c_str(), MAX_PROC_NAME_LEN - 1) !=… in SendProcStats()
450 if (startMsg.procName.empty() || startMsg.procName.size() >= MAX_PROC_NAME_LEN) { in VerifyMsg()