HomeSort by relevance Sort by last modified time
    Searched refs:avc_func_log (Results 1 - 4 of 4) 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
  /external/qemu/distrib/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 191 milliseconds