OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avc_func_audit
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
avc_internal.h
24
extern void (*
avc_func_audit
) (void *, security_class_t, char *, size_t)hidden;
47
avc_func_audit
= log_cb->func_audit;
93
if (
avc_func_audit
)
94
avc_func_audit
(ptr, class, buf, len);
avc_internal.c
36
void (*
avc_func_audit
) (void *, security_class_t, char *, size_t) = NULL;
variable
Completed in 25 milliseconds