HomeSort by relevance Sort by last modified time
    Searched refs:PKG_DIR_POSTFIX (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/installd/
commands.c 37 if (create_pkg_path(pkgdir, pkgname, PKG_DIR_POSTFIX, 0)) {
85 if (create_pkg_path(pkgdir, pkgname, PKG_DIR_POSTFIX, persona))
97 if (create_pkg_path(oldpkgdir, oldpkgname, PKG_DIR_POSTFIX, 0))
99 if (create_pkg_path(newpkgdir, newpkgname, PKG_DIR_POSTFIX, 0))
113 if (create_pkg_path(pkgdir, pkgname, PKG_DIR_POSTFIX, persona))
126 if (create_pkg_path(pkgdir, pkgname, PKG_DIR_POSTFIX, persona)) {
343 if (create_pkg_path(path, pkgname, PKG_DIR_POSTFIX, 0)) {
781 if (!create_pkg_path(srcpath, srcpkg, PKG_DIR_POSTFIX, 0)) {
792 if (!create_pkg_path(dstpath, dstpkg, PKG_DIR_POSTFIX, 0)) {
installd.h 55 #define PKG_DIR_POSTFIX ""

Completed in 137 milliseconds