Home | History | Annotate | Download | only in installd

Lines Matching full:dstpkg

1144     char dstpkg[PKG_NAME_MAX];
1175 srcpkg[0] = dstpkg[0] = 0;
1192 if (dstpkg[0] == 0) {
1198 ALOGV("Move file: %s (from %s to %s)\n", buf+bufp, srcpkg, dstpkg);
1200 !create_move_path(dstpath, dstpkg, buf+bufp, 0)) {
1215 strcpy(dstpkg, buf+bufp);
1217 srcpkg[0] = dstpkg[0] = 0;
1224 srcpkg[0] = dstpkg[0] = 0;
1240 if (!create_pkg_path(dstpath, dstpkg, PKG_DIR_POSTFIX, 0)) {
1258 srcpkg, dstpkg, dstuid);