Searched refs:cil_gen_avrulex (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 114 int cil_gen_avrulex(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t r…
|
D | cil_build_ast.c | 2183 int cil_gen_avrulex(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t r… in cil_gen_avrulex() function 6331 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_ALLOWED); in __cil_build_ast_node_helper() 6334 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_AUDITALLOW); in __cil_build_ast_node_helper() 6337 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_DONTAUDIT); in __cil_build_ast_node_helper() 6340 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_NEVERALLOW); in __cil_build_ast_node_helper()
|