Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/include/sepol/
Dcontext_record.h35 extern const char *sepol_context_get_mls(const sepol_context_t * con);
/third_party/selinux/libsepol/src/
Dlibsepol.map.in37 sepol_context_get_mls;
Dcontext_record.c99 const char *sepol_context_get_mls(const sepol_context_t * con) in sepol_context_get_mls() function
Dcontext.c158 const char *mls = sepol_context_get_mls(record); in context_from_record()