Searched refs:srcpkg (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.c | 1219 char srcpkg[PKG_NAME_MAX]; in movefiles() local 1251 srcpkg[0] = dstpkg[0] = 0; in movefiles() 1271 } else if (srcpkg[0] == 0) { 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() 1293 srcpkg[0] = dstpkg[0] = 0; in movefiles() 1298 strcpy(srcpkg, div); in movefiles() 1300 srcpkg[0] = dstpkg[0] = 0; in movefiles() 1304 if (srcpkg[0] != 0) { in movefiles() 1305 if (!create_pkg_path(srcpath, srcpkg, PKG_DIR_POSTFIX, 0)) { in movefiles() [all …]
|