Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsepol/src/
H A Dusers.c64 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()
H A Dmls.h35 extern int mls_to_string(sepol_handle_t * handle,
H A Dcontext.c270 if (mls_to_string(handle, policydb, context, &mls) < 0) in context_to_record()
H A Dmls.c42 int mls_to_string(sepol_handle_t * handle, in mls_to_string() function