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

/external/selinux/libsepol/cil/src/
H A Dcil_internal.h139 char *CIL_KEY_CLASS; variable
H A Dcil.c133 CIL_KEY_CLASS = cil_strpool_add("class");
939 return CIL_KEY_CLASS;
H A Dcil_write_ast.c438 char *class_type = (node->flavor == CIL_CLASS) ? CIL_KEY_CLASS : CIL_KEY_COMMON;
H A Dcil_build_ast.c5024 } else if (kind == CIL_KEY_CLASS) {
5948 } else if (parse_current->data == CIL_KEY_CLASS) {

Completed in 104 milliseconds