Home
last modified time | relevance | path

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

/device/google/marlin/dataservices/datatop/src/
Ddatatop_stat_poll.c267 int dk_len = strlen(dict.key[i]) + 1; in dtop_stat_search() local
269 char *newname = malloc(dk_len); in dtop_stat_search()
270 strlcpy(newname, dict.key[i], dk_len); in dtop_stat_search()