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

  /external/libselinux/src/
checkAccess.c 17 avc_open(NULL, 0);
avc.c 108 int avc_open(struct selinux_opt *opts, unsigned nopts) function
  /external/selinux/libselinux/src/
checkAccess.c 28 if (avc_open(NULL, 0))
avc.c 148 int avc_open(struct selinux_opt *opts, unsigned nopts) function
  /external/libselinux/include/selinux/
avc.h 194 * avc_open - Initialize the AVC.
202 int avc_open(struct selinux_opt *opts, unsigned nopts);
  /external/selinux/libselinux/include/selinux/
avc.h 198 * avc_open - Initialize the AVC.
206 int avc_open(struct selinux_opt *opts, unsigned nopts);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 286 def avc_open(*args): function
287 return _selinux.avc_open(*args)
288 avc_open = _selinux.avc_open variable
    [all...]

Completed in 100 milliseconds