Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil.c257 cil_type_init(&(*db)->selftype); in cil_db_init()
258 (*db)->selftype->datum.name = CIL_KEY_SELF; in cil_db_init()
259 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init()
303 cil_destroy_type((*db)->selftype); in cil_db_destroy()
Dcil_internal.h263 struct cil_type *selftype; member
Dcil_resolve_ast.c298 rule->tgt = db->selftype; in cil_resolve_avrule()