Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsepol/src/
H A Dcontext.h22 extern int context_from_string(sepol_handle_t * handle,
H A Dcontext.c291 int context_from_string(sepol_handle_t * handle, in context_from_string() function
H A Dservices.c1300 if (context_from_string(NULL, policydb, &context, in sepol_context_to_sid()
/aosp_15_r20/system/security/keystore2/selinux/src/
H A Dlib.rs687 fn context_from_string() -> Result<()> { in context_from_string() function