Searched refs:context_to_string (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | services.c | 1283 rc = context_to_string(NULL, policydb, context, scontext, scontext_len); in sepol_sid_to_context() 1336 context_to_string(NULL, policydb, scontext, &s, &slen); in compute_sid_handle_invalid_context() 1337 context_to_string(NULL, policydb, tcontext, &t, &tlen); in compute_sid_handle_invalid_context() 1338 context_to_string(NULL, policydb, newcontext, &n, &nlen); in compute_sid_handle_invalid_context() 1611 context_to_string(NULL, policydb, context, &s, &len); in convert_context_handle_invalid_context() 1691 context_to_string(NULL, policydb, &oldc, &s, &len); in convert_context()
|
H A D | context.h | 32 extern int context_to_string(sepol_handle_t * handle,
|
H A D | context.c | 87 int context_to_string(sepol_handle_t * handle, in context_to_string() function
|