Searched refs:mls_to_string (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/src/ |
D | mls.h | 34 extern int mls_to_string(sepol_handle_t * handle,
|
D | users.c | 66 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()
|
D | context.c | 271 if (mls_to_string(handle, policydb, context, &mls) < 0) in context_to_record()
|
D | mls.c | 42 int mls_to_string(sepol_handle_t * handle, in mls_to_string() function
|