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

  /external/libselinux/src/
avc_internal.h 36 static inline void set_callbacks(const struct avc_memory_callback *mem_cb,
41 if (mem_cb) {
42 avc_func_malloc = mem_cb->func_malloc;
43 avc_func_free = mem_cb->func_free;
avc.c 120 const struct avc_memory_callback *mem_cb,
131 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb);
  /external/dbus/bus/
selinux.c 86 static const struct avc_memory_callback mem_cb = variable in typeref:struct:avc_memory_callback
338 if (avc_init ("avc", &mem_cb, &log_cb, &thread_cb, &lock_cb) < 0)

Completed in 156 milliseconds