HomeSort by relevance Sort by last modified time
    Searched full:both_len (Results 1 - 1 of 1) sorted by null

  /device/google/marlin/dataservices/datatop/src/
datatop_gen_poll.c 158 int both_len = strlen(dir) + strlen(name) + 1; local
159 char *both = malloc(both_len);
163 strlcpy(both, dir, both_len);
164 strlcat(both, name, both_len);

Completed in 108 milliseconds