Searched refs:cil_gen_constrain (Results 1 – 4 of 4) 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 6382 rc = cil_gen_constrain(db, parse_current, ast_node, CIL_CONSTRAIN); in __cil_build_ast_node_helper() 6385 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_build_ast.c | 11654 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain() 11673 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain_neg() 11692 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain_classset_neg() 11711 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain_classset_noclass_neg() 11730 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain_classset_noperm_neg() 11749 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain_permset_neg() 11768 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain_permset_noclass_neg() 11787 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain_permset_noperm_neg() 11806 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain_expression_neg() 11821 …int rc = cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONST… in test_cil_gen_constrain_dbnull_neg() [all …]
|
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()
|