Home
last modified time | relevance | path

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

/base/startup/appspawn/lite/
Dappspawn_message.c69 char *strPtr = cJSON_GetStringValue(strItem); in ReadStringItem() local
70 if (strPtr == NULL) { in ReadStringItem()
74 size_t strLength = strlen(strPtr); in ReadStringItem()
84 if (strLength > 0 && memcpy_s(bufTmp, strLength, strPtr, strLength) != EOK) { in ReadStringItem()