Home
last modified time | relevance | path

Searched refs:SELINUX_ANDROID_RESTORECON_VERBOSE (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/android/
Drestorecon.c41 if (toys.optflags & FLAG_v) flags |= SELINUX_ANDROID_RESTORECON_VERBOSE; in restorecon_main()
/external/selinux/libselinux/include/selinux/
Dandroid.h46 #define SELINUX_ANDROID_RESTORECON_VERBOSE 2 macro
/external/selinux/libselinux/src/android/
Dandroid_platform.c1398 bool verbose = (flags & SELINUX_ANDROID_RESTORECON_VERBOSE) ? true : false; in selinux_android_restorecon_common()