Searched refs:mls_to_string (Results  1 – 4 of 4) sorted by relevance
| /external/selinux/libsepol/src/ | 
| D | mls.h | 35 extern int mls_to_string(sepol_handle_t * handle,
 | 
| D | users.c | 64 		if (mls_to_string(handle, policydb, &context, &str) < 0) {  in user_to_record()82 		if (mls_to_string(handle, policydb, &context, &str) < 0) {  in user_to_record()
 
 | 
| D | context.c | 270 		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
 |