Searched refs:PKG_DIR_POSTFIX (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/ |
D | installd.h | 59 #define PKG_DIR_POSTFIX "" macro
|
D | commands.cpp | 97 if (create_pkg_path(oldpkgdir, oldpkgname, PKG_DIR_POSTFIX, 0)) in renamepkg() 99 if (create_pkg_path(newpkgdir, newpkgname, PKG_DIR_POSTFIX, 0)) in renamepkg() 1472 if (!create_pkg_path(srcpath, srcpkg, PKG_DIR_POSTFIX, 0)) { in movefiles() 1483 if (!create_pkg_path(dstpath, dstpkg, PKG_DIR_POSTFIX, 0)) { in movefiles()
|