Home
last modified time | relevance | path

Searched refs:sepol_context_to_string (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/selinux/libsepol/include/sepol/
H A Dcontext_record.h54 extern int sepol_context_to_string(sepol_handle_t * handle,
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dcontext_record.c105 return sepol_context_to_string(handle->sepolh, con, str_ptr); in semanage_context_to_string()
H A Dgenhomedircon.c652 if (sepol_context_to_string(sepolh, context, in write_contexts()
/aosp_15_r20/external/selinux/libsepol/src/
H A Dlibsepol.map.in45 sepol_context_to_string;
H A Dcontext_record.c270 int sepol_context_to_string(sepol_handle_t * handle, in sepol_context_to_string() function