Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp1386 char srcpkg[PKG_NAME_MAX]; in movefiles() local
1418 srcpkg[0] = dstpkg[0] = 0; in movefiles()
1438 } else if (srcpkg[0] == 0) { in movefiles()
1441 ALOGV("Move file: %s (from %s to %s)\n", buf+bufp, srcpkg, dstpkg); in movefiles()
1442 if (!create_move_path(srcpath, srcpkg, buf+bufp, 0) && in movefiles()
1460 srcpkg[0] = dstpkg[0] = 0; in movefiles()
1465 strcpy(srcpkg, div); in movefiles()
1467 srcpkg[0] = dstpkg[0] = 0; in movefiles()
1471 if (srcpkg[0] != 0) { in movefiles()
1472 if (!create_pkg_path(srcpath, srcpkg, PKG_DIR_POSTFIX, 0)) { in movefiles()
[all …]