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

/external/libsepol/src/
H A Dcontext.c298 sepol_context_t *ctx_record = NULL; local
307 if (sepol_context_from_string(handle, con_cpy, &ctx_record) < 0)
311 if (context_from_record(handle, policydb, cptr, ctx_record) < 0)
315 sepol_context_free(ctx_record);
324 sepol_context_free(ctx_record);

Completed in 181 milliseconds