Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dget_context_list.c30 con = context_new(*ptr); in get_default_context_with_role()
80 con = context_new(fromcon); in get_default_context_with_rolelevel()
155 con = context_new(fromcon); in get_context_user()
240 usercon = context_new(usercon_str); in get_context_user()
367 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()
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()
Dlibselinux.map30 context_new;
Dcontext.c22 context_t context_new(const char *str) in context_new() function
Dselinux_restorecon.c567 cona = context_new(curcon); in compare_types()
572 conb = context_new(newcon); in compare_types()
/third_party/mindspore/mindspore/core/abstract/
Danalysis_context.cc178 AnalysisContextPtr context_new = CreateContext(nullptr, func_graph_, args_broad_shp); in SpecializeKey() local
179 context_new->parent_ = parent_; in SpecializeKey()
180 return context_new; in SpecializeKey()
/third_party/selinux/libselinux/include/selinux/
Dcontext.h20 extern context_t context_new(const char *);
/third_party/eudev/src/shared/
Dselinux-util.c283 bcon = context_new(mycon); in mac_selinux_get_child_mls_label()
287 pcon = context_new(peercon); in mac_selinux_get_child_mls_label()
/third_party/python/Modules/_decimal/
D_decimal.c1180 context_new(PyTypeObject *type, PyObject *args UNUSED, PyObject *kwds UNUSED) in context_new() function
5564 context_new, /* tp_new */