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

  /external/libselinux/include/selinux/
avc.h 205 * avc_cleanup - Remove unused SIDs and AVC entries.
212 void avc_cleanup(void);
  /external/selinux/libselinux/include/selinux/
avc.h 209 * avc_cleanup - Remove unused SIDs and AVC entries.
216 void avc_cleanup(void);
  /external/libselinux/src/
avc_internal.h 178 hidden_proto(avc_cleanup)
avc.c 310 avc_cleanup();
453 void avc_cleanup(void) function
457 hidden_def(avc_cleanup)
  /external/selinux/libselinux/src/
avc_internal.h 178 hidden_proto(avc_cleanup)
avc.c 350 avc_cleanup();
493 void avc_cleanup(void) function
497 hidden_def(avc_cleanup)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 290 def avc_cleanup(): function
291 return _selinux.avc_cleanup()
292 avc_cleanup = _selinux.avc_cleanup variable
    [all...]

Completed in 99 milliseconds