Home
last modified time | relevance | path

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

/device/google/marlin/dataservices/datatop/src/
Ddatatop_cpu_stats_poll.c156 int nf_len; in cpu_poll_helper() local
158 nf_len = strlen(file) + strlen(add) + strlen(cpu_num) + 2; in cpu_poll_helper()
159 newfile = malloc(nf_len); in cpu_poll_helper()
160 strlcpy(newfile, file, nf_len); in cpu_poll_helper()
161 strlcat(newfile, cpu_num, nf_len); in cpu_poll_helper()
162 strlcat(newfile, add, nf_len); in cpu_poll_helper()