Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/profile/
Disv_profile.cpp155 int32_t lenth = strlen(name); in getResolution() local
157 str = (char*)malloc(lenth+1); in getResolution()
162 strncpy(str, name, lenth); in getResolution()
163 str[lenth] = '\0'; in getResolution()