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

/system/core/init/
H A Dutil.c206 char *pmtdbufp; local
216 pmtdbufp = buf;
222 r = sscanf(pmtdbufp, "mtd%d: %x %x %15s",
238 while (pmtdsize > 0 && *pmtdbufp != '\n') {
239 pmtdbufp++;
243 pmtdbufp++;

Completed in 20 milliseconds