OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_default_context
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libselinux/include/selinux/
get_context_list.h
37
extern int
get_default_context
(const char *user,
48
/* Same as
get_default_context
, but only return a context
56
/* Same as
get_default_context
, but only return a context
/external/selinux/libselinux/src/
get_context_list.c
100
int
get_default_context
(const char *user,
function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
485
def
get_default_context
(*args):
function
486
return _selinux.
get_default_context
(*args)
487
get_default_context
= _selinux.
get_default_context
variable
[
all
...]
Completed in 83 milliseconds