Home
last modified time | relevance | path

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

/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dselinux_klog.c22 #define MAX_LEVEL_SIZE 4 macro
52 if ((logLevel < 0) || (logLevel >= MAX_LEVEL_SIZE)) { in SelinuxKmsg()