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

  /external/libselinux/include/selinux/
avc.h 218 * statistics (as returned by avc_cache_stats()) to zero.
388 #define AVC_CACHE_STATS 1
390 struct avc_cache_stats { struct
402 * avc_cache_stats - get cache access statistics.
410 void avc_cache_stats(struct avc_cache_stats *stats);
  /external/selinux/libselinux/include/selinux/
avc.h 222 * statistics (as returned by avc_cache_stats()) to zero.
392 #define AVC_CACHE_STATS 1
394 struct avc_cache_stats { struct
406 * avc_cache_stats - get cache access statistics.
414 void avc_cache_stats(struct avc_cache_stats *stats);
  /external/libselinux/src/
avc_internal.h 134 #ifdef AVC_CACHE_STATS
  /external/selinux/libselinux/src/
avc_internal.h 134 #ifdef AVC_CACHE_STATS
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 329 AVC_CACHE_STATS = _selinux.AVC_CACHE_STATS
330 class avc_cache_stats(_object): class in inherits:_object
332 __setattr__ = lambda self, name, value: _swig_setattr(self, avc_cache_stats, name, value)
334 __getattr__ = lambda self, name: _swig_getattr(self, avc_cache_stats, name)
367 avc_cache_stats_swigregister(avc_cache_stats)
    [all...]

Completed in 336 milliseconds