Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsepol/src/
H A Dmodule_to_cil.c2966 static int (*const *ocon_funcs)(struct policydb *pdb, struct ocontext *ocon); in ocontexts_to_cil() local
2990 ocon_funcs = ocon_selinux_funcs; in ocontexts_to_cil()
2993 ocon_funcs = ocon_xen_funcs; in ocontexts_to_cil()
3002 if (ocon_funcs[ocon] != NULL) { in ocontexts_to_cil()
3003 rc = ocon_funcs[ocon](pdb, pdb->ocontexts[ocon]); in ocontexts_to_cil()