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

  /external/selinux/libselinux/include/selinux/
avc.h 115 /* These structures are passed by reference to avc_init(). Passing
177 * avc_init - Initialize the AVC.
191 int avc_init(const char *msgprefix,
202 * This function is identical to avc_init(), except the message prefix
235 * User must call avc_init() if further use of AVC is desired.
410 * activity since the last call to avc_init() or
  /external/ipsec-tools/src/racoon/
security.c 196 if (avc_init("racoon", NULL, NULL, NULL, NULL) == 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 282 def avc_init(*args): function
283 return _selinux.avc_init(*args)
284 avc_init = _selinux.avc_init variable
    [all...]
  /external/selinux/libselinux/src/
avc.c 73 /* avc_init needs to be called before this function */
160 return avc_init("avc", NULL, NULL, NULL, NULL);
163 int avc_init(const char *prefix, function
256 /* avc_init needs to be called before this function */
549 /* avc_init needs to be called before this function */
900 /* avc_init needs to be called before this function */

Completed in 2593 milliseconds