OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_alloc_lock
(Results
1 - 6
of
6
) sorted by null
/external/libselinux/include/selinux/
avc.h
150
void *(*
func_alloc_lock
) (void);
member in struct:avc_lock_callback
/external/selinux/libselinux/include/selinux/
avc.h
154
void *(*
func_alloc_lock
) (void);
member in struct:avc_lock_callback
/external/libselinux/src/
avc_internal.h
55
avc_func_alloc_lock = lock_cb->
func_alloc_lock
;
/external/selinux/libselinux/src/
avc_internal.h
55
avc_func_alloc_lock = lock_cb->
func_alloc_lock
;
/external/dbus/bus/
selinux.c
103
.
func_alloc_lock
= avc_alloc_lock,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
258
__swig_setmethods__["
func_alloc_lock
"] = _selinux.avc_lock_callback_func_alloc_lock_set
259
__swig_getmethods__["
func_alloc_lock
"] = _selinux.avc_lock_callback_func_alloc_lock_get
260
if _newclass:
func_alloc_lock
= _swig_property(_selinux.avc_lock_callback_func_alloc_lock_get, _selinux.avc_lock_callback_func_alloc_lock_set)
[
all
...]
Completed in 1098 milliseconds