Searched refs:cil_gen_default (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 216 int cil_gen_default(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum cil_f…
|
D | cil_build_ast.c | 5820 int cil_gen_default(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum cil_f… in cil_gen_default() function 6451 rc = cil_gen_default(parse_current, ast_node, CIL_DEFAULTUSER); in __cil_build_ast_node_helper() 6454 rc = cil_gen_default(parse_current, ast_node, CIL_DEFAULTROLE); in __cil_build_ast_node_helper() 6457 rc = cil_gen_default(parse_current, ast_node, CIL_DEFAULTTYPE); in __cil_build_ast_node_helper()
|