Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h84 CIL_ROLEALLOW, enumerator
Dcil.c649 case CIL_ROLEALLOW: in cil_destroy_data()
980 case CIL_ROLEALLOW: in cil_node_to_string()
Dcil_tree.c754 case CIL_ROLEALLOW: { in cil_tree_print_node()
Dcil_policy.c1041 case CIL_ROLEALLOW: { in cil_name_to_policy()
Dcil_copy_ast.c1693 case CIL_ROLEALLOW: in __cil_copy_node_helper()
Dcil_resolve_ast.c3161 case CIL_ROLEALLOW: in __cil_resolve_ast_node()
Dcil_binary.c3273 case CIL_ROLEALLOW: in __cil_node_to_policydb()
Dcil_build_ast.c1705 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()