Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h166 char *CIL_KEY_SID; variable
Dcil.c151 CIL_KEY_SID = cil_strpool_add("sid"); in cil_init_keys()
1027 return CIL_KEY_SID; in cil_node_to_string()
Dcil_write_ast.c490 fprintf(cil_out, "(%s %s)\n", CIL_KEY_SID, sid->datum.name); in cil_write_sid()
Dcil_build_ast.c6046 } else if (parse_current->data == CIL_KEY_SID) { in __cil_build_ast_node_helper()