Home
last modified time | relevance | path

Searched refs:context_to_string (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/src/
Dcontext.h32 extern int context_to_string(sepol_handle_t * handle,
Dservices.c1233 rc = context_to_string(NULL, policydb, context, scontext, scontext_len); in sepol_sid_to_context()
1286 context_to_string(NULL, policydb, scontext, &s, &slen); in compute_sid_handle_invalid_context()
1287 context_to_string(NULL, policydb, tcontext, &t, &tlen); in compute_sid_handle_invalid_context()
1288 context_to_string(NULL, policydb, newcontext, &n, &nlen); in compute_sid_handle_invalid_context()
1546 context_to_string(NULL, policydb, context, &s, &len); in convert_context_handle_invalid_context()
1626 context_to_string(NULL, policydb, &oldc, &s, &len); in convert_context()
Dcontext.c87 int context_to_string(sepol_handle_t * handle, in context_to_string() function
/external/selinux/libsepol/
DChangeLog509 * Merged context_to_string interface change patch from Ivan Gyurdiev.
/external/selinux/libsemanage/
DChangeLog651 * Merged interface parse/print, context_to_string interface change,