Home | History | Annotate | Download | only in src

Lines Matching refs:pkgdir

834 int selinux_android_setfilecon(const char *pkgdir,
847 rc = getfilecon(pkgdir, &ctx_str);
871 rc = setfilecon(pkgdir, ctx_str);
882 selinux_log(SELINUX_ERROR, "%s: Error setting context for pkgdir %s, uid %d: %s\n",
883 __FUNCTION__, pkgdir, uid, strerror(errno));
1476 int selinux_android_restorecon_pkgdir(const char *pkgdir,
1481 return selinux_android_restorecon_common(pkgdir, seinfo, uid, flags | SELINUX_ANDROID_RESTORECON_DATADATA);