Home
last modified time | relevance | path

Searched refs:CIL_ROLEALLOW (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h86 CIL_ROLEALLOW, enumerator
Dcil.c684 case CIL_ROLEALLOW: in cil_destroy_data()
1032 case CIL_ROLEALLOW: in cil_node_to_string()
Dcil_write_ast.c1262 case CIL_ROLEALLOW: in __cil_write_node_helper()
Dcil_tree.c854 case CIL_ROLEALLOW: { in cil_tree_print_node()
Dcil_copy_ast.c1816 case CIL_ROLEALLOW: in __cil_copy_node_helper()
Dcil_policy.c155 case CIL_ROLEALLOW: in __cil_gather_statements_helper()
Dcil_resolve_ast.c3542 case CIL_ROLEALLOW: in __cil_resolve_ast_node()
Dcil_binary.c3777 case CIL_ROLEALLOW: in __cil_node_to_policydb()
Dcil_build_ast.c1848 ast_node->flavor = CIL_ROLEALLOW; in cil_gen_roleallow()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c7875 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_ROLEALLOW); in test_cil_gen_roleallow()