OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avc_func_log
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
avc_internal.h
23
extern void (*
avc_func_log
) (const char *, ...)hidden;
46
avc_func_log
= log_cb->func_log;
85
if (
avc_func_log
) \
86
avc_func_log
(format); \
avc_internal.c
35
void (*
avc_func_log
) (const char *, ...) = NULL;
variable
Completed in 39 milliseconds