OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_get_lock
(Results
1 - 6
of
6
) sorted by null
/external/libselinux/include/selinux/
avc.h
152
void (*
func_get_lock
) (void *lock);
member in struct:avc_lock_callback
/external/selinux/libselinux/include/selinux/
avc.h
156
void (*
func_get_lock
) (void *lock);
member in struct:avc_lock_callback
/external/libselinux/src/
avc_internal.h
56
avc_func_get_lock = lock_cb->
func_get_lock
;
/external/selinux/libselinux/src/
avc_internal.h
56
avc_func_get_lock = lock_cb->
func_get_lock
;
/external/dbus/bus/
selinux.c
104
.
func_get_lock
= avc_get_lock,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
261
__swig_setmethods__["
func_get_lock
"] = _selinux.avc_lock_callback_func_get_lock_set
262
__swig_getmethods__["
func_get_lock
"] = _selinux.avc_lock_callback_func_get_lock_get
263
if _newclass:
func_get_lock
= _swig_property(_selinux.avc_lock_callback_func_get_lock_get, _selinux.avc_lock_callback_func_get_lock_set)
[
all
...]
Completed in 36 milliseconds