OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_type_get
(Results
1 - 11
of
11
) sorted by null
/external/libselinux/src/
context_internal.h
8
hidden_proto(
context_type_get
)
/external/selinux/libselinux/src/
context_internal.h
8
hidden_proto(
context_type_get
)
selinux_check_securetty_context.c
21
const char *type =
context_type_get
(con);
is_customizable_type.c
79
type =
context_type_get
(c);
get_context_list.c
142
contype =
context_type_get
(con);
182
fromtype =
context_type_get
(con);
/external/libselinux/include/selinux/
context.h
35
extern const char *
context_type_get
(context_t);
/external/selinux/libselinux/include/selinux/
context.h
35
extern const char *
context_type_get
(context_t);
/external/selinux/policycoreutils/setfiles/
restore.c
212
types_differ = strcmp(
context_type_get
(cona),
context_type_get
(conb));
/external/selinux/policycoreutils/mcstrans/src/
mcscolor.c
277
components[COLOR_TYPE] = (char *)
context_type_get
(con);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
444
def
context_type_get
(*args):
function
445
return _selinux.
context_type_get
(*args)
446
context_type_get
= _selinux.
context_type_get
variable
[
all
...]
/external/selinux/policycoreutils/secon/
secon.c
696
disp__con_val("type",
context_type_get
(con), &color);
Completed in 460 milliseconds