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

/frameworks/native/cmds/installd/
H A Dcommands.c130 char newpkgdir[PKG_PATH_MAX]; local
134 if (create_pkg_path(newpkgdir, newpkgname, PKG_DIR_POSTFIX, 0))
137 if (rename(oldpkgdir, newpkgdir) < 0) {
138 ALOGE("cannot rename dir '%s' to '%s': %s\n", oldpkgdir, newpkgdir, strerror(errno));

Completed in 270 milliseconds