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

  /external/libselinux/src/
lsetfilecon.c 10 int lsetfilecon(const char *path, const char *context) function
android.c 1157 if (lsetfilecon(pathname, secontext) < 0)
    [all...]
  /external/qemu/distrib/libselinux/src/
lsetfilecon.c 10 int lsetfilecon(const char *path, const char *context) function
android.c 1131 if (lsetfilecon(pathname, secontext) < 0)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h 33 static inline int lsetfilecon (char const *s _UNUSED_PARAMETER_, function
  /external/libselinux/include/selinux/
selinux.h 95 extern int lsetfilecon(const char *path, const char *con);
  /external/qemu/distrib/libselinux/include/selinux/
selinux.h 95 extern int lsetfilecon(const char *path, const char *con);
  /external/libselinux/
Android.mk 15 src/lsetfilecon.c \
  /bootable/recovery/updater/
install.c 779 if (lsetfilecon(filename, parsed.selabel) != 0) {
780 uiPrintf(state, "ApplyParsedPerms: lsetfilecon of %s to %s failed: %s\n",
    [all...]

Completed in 249 milliseconds