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

  /external/libselinux/src/
avc_internal.h 31 extern void *(*avc_func_alloc_lock) (void)hidden;
55 avc_func_alloc_lock = lock_cb->func_alloc_lock;
112 return avc_func_alloc_lock ? avc_func_alloc_lock() : NULL;
avc_internal.c 43 void *(*avc_func_alloc_lock) (void) = NULL; variable
  /external/qemu/distrib/libselinux/src/
avc_internal.h 31 extern void *(*avc_func_alloc_lock) (void)hidden;
55 avc_func_alloc_lock = lock_cb->func_alloc_lock;
112 return avc_func_alloc_lock ? avc_func_alloc_lock() : NULL;
avc_internal.c 43 void *(*avc_func_alloc_lock) (void) = NULL; variable

Completed in 377 milliseconds