Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_log.c45 static void (*cil_log_handler)(int lvl, const char *msg) = &cil_default_log_handler; variable
49 cil_log_handler = handler; in cil_set_log_handler()
58 (*cil_log_handler)(cil_log_level, buff); in cil_vlog()
60 (*cil_log_handler)(cil_log_level, " <LOG MESSAGE TRUNCATED>"); in cil_vlog()