Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.c1220 char dstpkg[PKG_NAME_MAX]; in movefiles() local
1251 srcpkg[0] = dstpkg[0] = 0; in movefiles()
1268 if (dstpkg[0] == 0) { in movefiles()
1274 ALOGV("Move file: %s (from %s to %s)\n", buf+bufp, srcpkg, dstpkg); in movefiles()
1276 !create_move_path(dstpath, dstpkg, buf+bufp, 0)) { in movefiles()
1291 strcpy(dstpkg, buf+bufp); in movefiles()
1293 srcpkg[0] = dstpkg[0] = 0; in movefiles()
1300 srcpkg[0] = dstpkg[0] = 0; in movefiles()
1316 if (!create_pkg_path(dstpath, dstpkg, PKG_DIR_POSTFIX, 0)) { in movefiles()
1334 srcpkg, dstpkg, dstuid); in movefiles()