Home
last modified time | relevance | path

Searched defs:cil_nametypetransition (Results 1 – 1 of 1) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_internal.h569 struct cil_nametypetransition { struct
570 char *src_str;
571 void *src; /* type, alias, or attribute */
572 char *tgt_str;
573 void *tgt; /* type, alias, or attribute */
574 char *obj_str;
575 struct cil_class *obj;
576 char *name_str;
577 struct cil_name *name;
578 char *result_str;
[all …]