Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dcontext_record.c131 int sepol_context_create(sepol_handle_t * handle, sepol_context_t ** con_ptr) in hidden_def()
150 hidden_def(sepol_context_create) in hidden_def() argument
164 if (sepol_context_create(handle, &new_con) < 0) in hidden_def()
221 if (sepol_context_create(handle, &tmp_con) < 0) in hidden_def()
Dcontext_internal.h8 hidden_proto(sepol_context_create)
Dcontext.c252 if (sepol_context_create(handle, &tmp_record) < 0) in context_to_record()
/external/selinux/libsepol/include/sepol/
Dcontext_record.h41 extern int sepol_context_create(sepol_handle_t * handle,
/external/selinux/libsemanage/src/
Dcontext_record.c72 return sepol_context_create(handle->sepolh, con_ptr); in semanage_context_create()