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

  /external/libselinux/include/selinux/
avc.h 115 /* These structures are passed by reference to avc_init(). Passing
173 * avc_init - Initialize the AVC.
187 int avc_init(const char *msgprefix,
198 * This function is identical to avc_init(), except the message prefix
231 * User must call avc_init() if further use of AVC is desired.
406 * 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)
  /external/libselinux/src/
avc.c 116 return avc_init("avc", NULL, NULL, NULL, NULL);
119 int avc_init(const char *prefix, function

Completed in 1255 milliseconds