OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cil_log_handler
(Results
1 - 1
of
1
) sorted by null
/external/selinux/libsepol/cil/src/
cil_log.c
45
void (*
cil_log_handler
)(int lvl, char *msg) = &cil_default_log_handler;
variable
49
cil_log_handler
= handler;
57
(*
cil_log_handler
)(cil_log_level, buff);
Completed in 6569 milliseconds