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

  /external/libselinux/src/
avc_internal.h 32 extern void (*avc_func_get_lock) (void *)hidden;
56 avc_func_get_lock = lock_cb->func_get_lock;
117 if (avc_func_get_lock)
118 avc_func_get_lock(lock);
avc_internal.c 44 void (*avc_func_get_lock) (void *) = NULL; variable
  /external/qemu/distrib/libselinux/src/
avc_internal.h 32 extern void (*avc_func_get_lock) (void *)hidden;
56 avc_func_get_lock = lock_cb->func_get_lock;
117 if (avc_func_get_lock)
118 avc_func_get_lock(lock);
avc_internal.c 44 void (*avc_func_get_lock) (void *) = NULL; variable

Completed in 83 milliseconds