Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h105 int cil_gen_roleallow(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node …
Dcil_build_ast.c1855 int cil_gen_roleallow(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node … in cil_gen_roleallow() function
6289 rc = cil_gen_roleallow(db, parse_current, ast_node); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c7871 int rc = cil_gen_roleallow(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_roleallow()
7890 int rc = cil_gen_roleallow(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_roleallow_dbnull_neg()
7901 int rc = cil_gen_roleallow(test_db, NULL, test_ast_node); in test_cil_gen_roleallow_currnull_neg()
7916 int rc = cil_gen_roleallow(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_roleallow_astnull_neg()
7934 int rc = cil_gen_roleallow(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_roleallow_srcnull_neg()
7952 int rc = cil_gen_roleallow(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_roleallow_tgtnull_neg()
7968 int rc = cil_gen_roleallow(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_roleallow_extra_neg()