Home
last modified time | relevance | path

Searched refs:mls_to_string (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/src/
Dmls.h34 extern int mls_to_string(sepol_handle_t * handle,
Dusers.c66 if (mls_to_string(handle, policydb, &context, &str) < 0) { in user_to_record()
84 if (mls_to_string(handle, policydb, &context, &str) < 0) { in user_to_record()
Dcontext.c271 if (mls_to_string(handle, policydb, context, &mls) < 0) in context_to_record()
Dmls.c42 int mls_to_string(sepol_handle_t * handle, in mls_to_string() function