Searched defs:context_struct_to_string (Results 1 - 1 of 1) sorted by relevance

/security/selinux/ss/
H A Dservices.c92 static int context_struct_to_string(struct context *context, char **scontext,
497 if (context_struct_to_string(scontext,
501 if (context_struct_to_string(tcontext,
759 if (context_struct_to_string(ocontext, &o, &olen))
761 if (context_struct_to_string(ncontext, &n, &nlen))
763 if (context_struct_to_string(tcontext, &t, &tlen))
908 if (!context_struct_to_string(old_context,
910 !context_struct_to_string(new_context,
1174 static int context_struct_to_string(struct context *context, char **scontext, u32 *scontext_len) function
1276 rc = context_struct_to_string(contex
[all...]

Completed in 6 milliseconds