Searched refs:selinux_raw_to_trans_context (Results 1 - 16 of 16) sorted by relevance
/third_party/selinux/libselinux/src/ |
H A D | get_initial_context.c | 73 ret = selinux_raw_to_trans_context(rcon, con); in security_get_initial_context()
|
H A D | getfilecon.c | 63 ret = selinux_raw_to_trans_context(rcontext, context); in getfilecon()
|
H A D | getpeercon.c | 55 ret = selinux_raw_to_trans_context(rcontext, context); in getpeercon()
|
H A D | matchmediacon.c | 62 if (selinux_raw_to_trans_context(ptr2, con)) { in matchmediacon()
|
H A D | lgetfilecon.c | 63 ret = selinux_raw_to_trans_context(rcontext, context); in lgetfilecon()
|
H A D | fgetfilecon.c | 88 ret = selinux_raw_to_trans_context(rcontext, context); in fgetfilecon()
|
H A D | compute_member.c | 92 if (selinux_raw_to_trans_context(rnewcon, newcon)) { in security_compute_member()
|
H A D | compute_relabel.c | 92 ret = selinux_raw_to_trans_context(rnewcon, newcon); in security_compute_relabel()
|
H A D | canonicalize_context.c | 82 ret = selinux_raw_to_trans_context(rcanoncon, canoncon); in security_canonicalize_context()
|
H A D | setrans_client.c | 336 int selinux_raw_to_trans_context(const char * raw, in selinux_raw_to_trans_context() function 432 int selinux_raw_to_trans_context(const char * raw, in selinux_raw_to_trans_context() function
|
H A D | compute_create.c | 148 ret = selinux_raw_to_trans_context(rnewcon, newcon); in security_compute_create_name()
|
H A D | compute_user.c | 105 if (selinux_raw_to_trans_context(*ptr, &tmpcon)) { in security_compute_user()
|
H A D | procattr.c | 206 ret = selinux_raw_to_trans_context(rcontext, context); in getprocattrcon()
|
H A D | label.c | 159 selinux_raw_to_trans_context(lr->ctx_raw, &lr->ctx_trans)) in selabel_fini()
|
H A D | avc.c | 115 ret = selinux_raw_to_trans_context(rctx, ctx); in avc_sid_to_context()
|
/third_party/selinux/libselinux/include/selinux/ |
H A D | selinux.h | 698 extern int selinux_raw_to_trans_context(const char * raw,
|
Completed in 7 milliseconds