/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/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/libselinux/src/ |
avc.c | 73 /* avc_init needs to be called before this function */ 120 return avc_init("avc", NULL, NULL, NULL, NULL); 123 int avc_init(const char *prefix, function 216 /* avc_init needs to be called before this function */ 509 /* avc_init needs to be called before this function */
|
/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 */ 896 /* avc_init needs to be called before this 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)
|