Searched refs:bufp (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.c1217 int bufp, bufe, bufi, readlen; local
1248 bufp = 0;
1253 bufi = bufp;
1259 ALOGV("Processing line: %s\n", buf+bufp);
1261 while (bufp < bufi && isspace(buf[bufp])) {
1263 bufp++;
1265 if (buf[bufp] == '#' || bufp == bufi) {
1270 UPDATE_COMMANDS_DIR_PREFIX, name, buf+bufp);
[all...]

Completed in 313 milliseconds