HomeSort by relevance Sort by last modified time
    Searched refs:log_cb (Results 1 - 3 of 3) sorted by null

  /external/libselinux/src/
avc_internal.h 37 const struct avc_log_callback *log_cb,
45 if (log_cb) {
46 avc_func_log = log_cb->func_log;
47 avc_func_audit = log_cb->func_audit;
avc.c 121 const struct avc_log_callback *log_cb,
131 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb);
  /external/dbus/bus/
selinux.c 91 static const struct avc_log_callback log_cb = variable in typeref:struct:avc_log_callback
338 if (avc_init ("avc", &mem_cb, &log_cb, &thread_cb, &lock_cb) < 0)

Completed in 476 milliseconds