Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.c1217 int bufp, bufe, bufi, readlen; in movefiles() local
1248 bufp = 0; in movefiles()
1253 bufi = bufp; in movefiles()
1259 ALOGV("Processing line: %s\n", buf+bufp); in movefiles()
1261 while (bufp < bufi && isspace(buf[bufp])) { in movefiles()
1263 bufp++; in movefiles()
1265 if (buf[bufp] == '#' || bufp == bufi) { in movefiles()
1270 UPDATE_COMMANDS_DIR_PREFIX, name, buf+bufp); in movefiles()
1274 ALOGV("Move file: %s (from %s to %s)\n", buf+bufp, srcpkg, dstpkg); in movefiles()
1275 if (!create_move_path(srcpath, srcpkg, buf+bufp, 0) && in movefiles()
[all …]