Searched refs:SELINUX_ANDROID_RESTORECON_VERBOSE (Results 1 – 3 of 3) sorted by relevance
41 if (toys.optflags & FLAG_v) flags |= SELINUX_ANDROID_RESTORECON_VERBOSE; in restorecon_main()
46 #define SELINUX_ANDROID_RESTORECON_VERBOSE 2 macro
1398 bool verbose = (flags & SELINUX_ANDROID_RESTORECON_VERBOSE) ? true : false; in selinux_android_restorecon_common()