Searched refs:cil_gen_constrain (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 169 int cil_gen_constrain(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node …
|
D | cil_build_ast.c | 3985 int cil_gen_constrain(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node … in cil_gen_constrain() function 6385 rc = cil_gen_constrain(db, parse_current, ast_node, CIL_CONSTRAIN); in __cil_build_ast_node_helper() 6388 rc = cil_gen_constrain(db, parse_current, ast_node, CIL_MLSCONSTRAIN); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 1319 … cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONSTRAIN); in test_cil_copy_constrain()
|