Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dcontext.c298 sepol_context_t *ctx_record = NULL; in context_from_string() local
315 if (sepol_context_from_string(handle, con_cpy, &ctx_record) < 0) in context_from_string()
319 if (context_from_record(handle, policydb, cptr, ctx_record) < 0) in context_from_string()
323 sepol_context_free(ctx_record); in context_from_string()
329 sepol_context_free(ctx_record); in context_from_string()