HomeSort by relevance Sort by last modified time
    Searched refs:avc_init (Results 1 - 4 of 4) 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
  /external/dbus/bus/
selinux.c 85 /* AVC callback structures for use in avc_init. */
112 * This is used in avc_init. Logs to both standard
338 if (avc_init ("avc", &mem_cb, &log_cb, &thread_cb, &lock_cb) < 0)

Completed in 230 milliseconds