Searched refs:sepol_context_create (Results 1 – 5 of 5) sorted by relevance
131 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() argument164 if (sepol_context_create(handle, &new_con) < 0) in hidden_def()221 if (sepol_context_create(handle, &tmp_con) < 0) in hidden_def()
8 hidden_proto(sepol_context_create)
252 if (sepol_context_create(handle, &tmp_record) < 0) in context_to_record()
41 extern int sepol_context_create(sepol_handle_t * handle,
72 return sepol_context_create(handle->sepolh, con_ptr); in semanage_context_create()