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

  /external/selinux/libselinux/src/
checkAccess.c 30 avc_add_callback(avc_reset_callback, AVC_CALLBACK_RESET,
avc.c 530 if (c->events & AVC_CALLBACK_RESET) {
531 ret = c->callback(AVC_CALLBACK_RESET, 0, 0, 0, 0, 0);
  /external/libselinux/include/selinux/
avc.h 351 #define AVC_CALLBACK_RESET 8
  /external/selinux/libselinux/include/selinux/
avc.h 355 #define AVC_CALLBACK_RESET 8
  /external/dbus/bus/
selinux.c 180 if (event == AVC_CALLBACK_RESET)
348 if (avc_add_callback (policy_reload_callback, AVC_CALLBACK_RESET,
  /external/libselinux/src/
avc.c 490 if (c->events & AVC_CALLBACK_RESET) {
491 ret = c->callback(AVC_CALLBACK_RESET, 0, 0, 0, 0, 0);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 324 AVC_CALLBACK_RESET = _selinux.AVC_CALLBACK_RESET
    [all...]

Completed in 1189 milliseconds