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

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

Completed in 34 milliseconds