Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds