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

  /external/qemu/distrib/libselinux/include/selinux/
android.h 33 #define SELINUX_ANDROID_RESTORECON_VERBOSE 2
  /external/libselinux/include/selinux/
android.h 38 #define SELINUX_ANDROID_RESTORECON_VERBOSE 2
  /system/core/toolbox/
restorecon.c 42 flags |= SELINUX_ANDROID_RESTORECON_VERBOSE;
  /frameworks/base/core/java/android/os/
SELinux.java 35 private static final int SELINUX_ANDROID_RESTORECON_VERBOSE = 2;
  /external/libselinux/src/
android.c 1186 bool verbose = (flags & SELINUX_ANDROID_RESTORECON_VERBOSE) ? true : false;
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 1157 bool verbose = (flags & SELINUX_ANDROID_RESTORECON_VERBOSE) ? true : false;
    [all...]

Completed in 1932 milliseconds