Home
last modified time | relevance | path

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

/device/google/marlin/dataservices/datatop/src/
Ddatatop_gen_poll.c184 int nn_len, dpn_len; in dpg_construction() local
190 dpn_len = strlen(newname) + 1; in dpg_construction()
191 dp[i].name = malloc(dpn_len); in dpg_construction()
192 strlcpy(dp[i].name, newname, dpn_len); in dpg_construction()
Ddatatop_stat_poll.c279 int nn_len, dpn_len; in dtop_stat_search() local
285 dpn_len = strlen(newname) + 1; in dtop_stat_search()
286 data_points[count].name = malloc(dpn_len); in dtop_stat_search()
288 dpn_len); in dtop_stat_search()