Home
last modified time | relevance | path

Searched refs:MAXLEN (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/utils/ISV/profile/
Disv_profile.cpp392 const int MAXLEN = 1024; in getGlobalStatus() local
393 char buf[MAXLEN] = {0}; in getGlobalStatus()
394 memset(buf, 0 ,MAXLEN); in getGlobalStatus()
395 if(fread(buf, 1, MAXLEN, setting_handle) <= 0) { in getGlobalStatus()
400 buf[MAXLEN - 1] = '\0'; in getGlobalStatus()