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

  /external/qemu/distrib/libselinux/include/selinux/
android.h 32 #define SELINUX_ANDROID_RESTORECON_NOCHANGE 1
  /external/libselinux/include/selinux/
android.h 37 #define SELINUX_ANDROID_RESTORECON_NOCHANGE 1
  /system/core/toolbox/
restorecon.c 35 flags |= SELINUX_ANDROID_RESTORECON_NOCHANGE;
  /frameworks/base/core/java/android/os/
SELinux.java 34 private static final int SELINUX_ANDROID_RESTORECON_NOCHANGE = 1;
  /external/libselinux/src/
android.c 1185 bool nochange = (flags & SELINUX_ANDROID_RESTORECON_NOCHANGE) ? true : false;
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 1156 bool nochange = (flags & SELINUX_ANDROID_RESTORECON_NOCHANGE) ? true : false;
    [all...]

Completed in 887 milliseconds