Home
last modified time | relevance | path

Searched refs:cil_gen_constrain (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h169 int cil_gen_constrain(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node …
Dcil_build_ast.c3985 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/
Dtest_cil_copy_ast.c1319cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONSTRAIN); in test_cil_copy_constrain()