Searched defs:strip (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dfastboot.c328 static char *strip(char *s) function
378 name = strip(name);
379 for(n = 0; n < count; n++) val[n] = strip(val[n]);
381 name = strip(name);
391 out[n] = strdup(strip(val[n]));

Completed in 124 milliseconds