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

/system/core/init/
H A Dinit.c502 char *pmtdbufp; local
512 pmtdbufp = buf;
518 r = sscanf(pmtdbufp, "mtd%d: %x %x %15s",
534 while (pmtdsize > 0 && *pmtdbufp != '\n') {
535 pmtdbufp++;
539 pmtdbufp++;

Completed in 37 milliseconds