Home
last modified time | relevance | path

Searched refs:context_new (Results 1 – 18 of 18) sorted by relevance

/external/selinux/libselinux/src/
Dget_context_list.c29 con = context_new(*ptr); in get_default_context_with_role()
79 con = context_new(fromcon); in hidden_def()
138 con = context_new(list[i]); in find_partialcon()
178 con = context_new(fromcon); in get_context_order()
352 con = context_new(fromcon); in get_ordered_context_list_with_level()
Dquery_user_context.c124 new_context = context_new("user:role:type:level"); in manual_user_enter_context()
126 new_context = context_new("user:role:type"); in manual_user_enter_context()
Dcontext.c22 context_t context_new(const char *str) in context_new() function
85 hidden_def(context_new) in hidden_def() argument
Dcontext_internal.h4 hidden_proto(context_new)
Dselinux_check_securetty_context.c19 context_t con = context_new(tty_context); in selinux_check_securetty_context()
Dsetexecfilecon.c31 con = context_new(mycon); in setexecfilecon()
Dis_customizable_type.c75 c = context_new(scontext); in is_context_customizable()
Dselinux_restorecon.c564 cona = context_new(curcon); in compare_types()
569 conb = context_new(newcon); in compare_types()
/external/selinux/mcstrans/src/
Dmcscolor.c88 con = context_new(raw); in check_dominance()
93 my_tmp = context_new(my_context); in check_dominance()
300 con = context_new(raw); in raw_color()
Dmcstrans.c892 context_t con = context_new(incon); in extract_range()
916 context_t con = context_new(incon); in new_context_str()
/external/selinux/libselinux/include/selinux/
Dcontext.h20 extern context_t context_new(const char *);
/external/dnsmasq/src/
Drfc2131.c275 struct dhcp_context *context_tmp, *context_new = NULL; in dhcp_reply() local
292 context_new = context; in dhcp_reply()
297 if (!context_new) in dhcp_reply()
302 context_tmp->current = context_new; in dhcp_reply()
303 context_new = context_tmp; in dhcp_reply()
306 if (context_new || force) context = context_new; in dhcp_reply()
/external/selinux/sandbox/
Dseunshare.c573 con = context_new(execcon); in killall()
600 context_t pidcon = context_new(scon); in killall()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1117 ctx = context_new(ctx_str); in selinux_android_setfilecon()
1187 ctx = context_new(ctx_str); in selinux_android_setcontext()
1413 ctx = context_new(secontext); in pkgdir_selabel_lookup()
/external/selinux/policycoreutils/secon/
Dsecon.c687 if (!(con = context_new(scon))) in disp_con()
/external/selinux/policycoreutils/newrole/
Dnewrole.c924 context = context_new(old_context); in parse_command_line_arguments()
/external/python/cpython2/Modules/
D_ssl.c2174 context_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in context_new() function
3548 context_new, /*tp_new*/
/external/python/cpython3/Modules/_decimal/
D_decimal.c1171 context_new(PyTypeObject *type, PyObject *args UNUSED, PyObject *kwds UNUSED) in context_new() function
5415 context_new, /* tp_new */