OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selinux_klog_callback
(Results
1 - 3
of
3
) sorted by null
/system/core/init/
log.h
27
int
selinux_klog_callback
(int level, const char* fmt, ...) __printflike(2, 3);
log.cpp
72
int
selinux_klog_callback
(int type, const char *fmt, ...) {
function in namespace:android::init
selinux.cpp
454
cb.func_log =
selinux_klog_callback
;
Completed in 207 milliseconds