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

/frameworks/base/cmds/installd/
H A Dcommands.c786 char srcpkg[PKG_NAME_MAX]; local
818 srcpkg[0] = dstpkg[0] = 0;
838 } else if (srcpkg[0] == 0) {
841 LOGV("Move file: %s (from %s to %s)\n", buf+bufp, srcpkg, dstpkg);
842 if (!create_move_path(srcpath, PKG_DIR_PREFIX, srcpkg, buf+bufp) &&
860 srcpkg[0] = dstpkg[0] = 0;
865 strcpy(srcpkg, div);
867 srcpkg[0] = dstpkg[0] = 0;
871 if (srcpkg[0] != 0) {
872 if (!create_pkg_path(srcpath, PKG_DIR_PREFIX, srcpkg,
[all...]

Completed in 40 milliseconds