OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_type_set
(Results
1 - 9
of
9
) sorted by null
/external/libselinux/src/
context_internal.h
7
hidden_proto(
context_type_set
)
android.c
774
if (
context_type_set
(ctx, cur->type))
777
if (
context_type_set
(ctx, cur->domain))
[
all
...]
/external/selinux/libselinux/src/
context_internal.h
7
hidden_proto(
context_type_set
)
setexecfilecon.c
34
if (
context_type_set
(con, fallback_type))
query_user_context.c
150
if (
context_type_set
(new_context, type)) {
/external/libselinux/include/selinux/
context.h
42
extern int
context_type_set
(context_t, const char *);
/external/selinux/libselinux/include/selinux/
context.h
42
extern int
context_type_set
(context_t, const char *);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
460
def
context_type_set
(*args):
function
461
return _selinux.
context_type_set
(*args)
462
context_type_set
= _selinux.
context_type_set
variable
[
all
...]
/external/selinux/policycoreutils/newrole/
newrole.c
940
if (
context_type_set
(context, type_s)) {
[
all
...]
Completed in 5771 milliseconds