Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/frameworks/native/
Dhidebug_base.c73 const char *colonPos = strchr(input, COLON_CHR); in ParseKeyValue() local
74 if (colonPos == NULL) { in ParseKeyValue()
78 errno_t err = strncpy_s(g_params[g_paramCnt].key, MAX_PARA_LEN, input, colonPos - input); in ParseKeyValue()
83 err = strncpy_s(g_params[g_paramCnt].value, MAX_PARA_LEN, colonPos + 1, strlen(colonPos + 1)); in ParseKeyValue()