Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dcontext.c299 sepol_context_t *ctx_record = NULL; in context_from_string() local
316 if (sepol_context_from_string(handle, con_cpy, &ctx_record) < 0) in context_from_string()
320 if (context_from_record(handle, policydb, cptr, ctx_record) < 0) in context_from_string()
324 sepol_context_free(ctx_record); in context_from_string()
330 sepol_context_free(ctx_record); in context_from_string()
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc101 CONTEXT ctx_record = {}; in WriteDump() local
104 &ctx_record, in WriteDump()
/external/selinux/libsemanage/src/
Dgenhomedircon.c564 sepol_context_t *ctx_record = NULL; in check_line() local
573 ctx_str, &ctx_record); in check_line()
574 if (result == STATUS_SUCCESS && ctx_record != NULL) { in check_line()
576 s->policydb, ctx_record); in check_line()
577 sepol_context_free(ctx_record); in check_line()