OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_log
(Results
1 - 6
of
6
) sorted by null
/external/libselinux/src/
callbacks.c
79
selinux_log = cb.
func_log
;
104
cb.
func_log
= selinux_log;
avc_internal.h
46
avc_func_log = log_cb->
func_log
;
/external/libselinux/include/selinux/
avc.h
133
void (*
func_log
) (const char *fmt, ...);
member in struct:avc_log_callback
selinux.h
134
(*
func_log
) (int type, const char *fmt, ...);
member in union:selinux_callback
/frameworks/base/core/jni/
android_os_SELinux.cpp
454
cb.
func_log
= log_callback;
/system/core/init/
init.c
1015
cb.
func_log
= klog_write;
Completed in 52 milliseconds