Home
last modified time | relevance | path

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

/developtools/syscap_codec/src/
Dsyscap_tool.c103 char *pointPos = strchr(arrayItemPtr->valuestring, '.'); in FillOsCapLength() local
104 if (pointPos == NULL) { in FillOsCapLength()
108 …ret = strncmp(arrayItemPtr->valuestring, "SystemCapability.", pointPos - arrayItemPtr->valuestring… in FillOsCapLength()
114 ret = memcpy_s(fillTmpPtr, SINGLE_FEAT_LEN, pointPos + 1, strlen(pointPos + 1)); in FillOsCapLength()