Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h190 CIL_PERMISSIONX enumerator
Dcil_verify.c189 if (expr_flavor != CIL_CAT && expr_flavor != CIL_PERMISSIONX) { in cil_verify_expr_syntax()
1525 case CIL_PERMISSIONX: in __cil_verify_helper()
Dcil.c698 case CIL_PERMISSIONX: in cil_destroy_data()
882 case CIL_PERMISSIONX: in cil_flavor_to_symtab_index()
1075 case CIL_PERMISSIONX: in cil_node_to_string()
Dcil_post.c1280 } else if (flavor == CIL_PERMISSIONX) { in __cil_expr_to_bitmap_helper()
1324 } else if (flavor == CIL_PERMISSIONX) { in __cil_expr_to_bitmap()
1570 case CIL_PERMISSIONX: { in __cil_post_db_attr_helper()
Dcil_write_ast.c1306 case CIL_PERMISSIONX: in __cil_write_node_helper()
Dcil_copy_ast.c1907 case CIL_PERMISSIONX: in __cil_copy_node_helper()
Dcil_binary.c2017 } else if (flavor == CIL_PERMISSIONX) { in __cil_expr_to_string_helper()
4607 __cil_expr_to_string(px->expr_str, CIL_PERMISSIONX, &expr_str); in __cil_print_permissionx()
Dcil_build_ast.c2112 rc = cil_gen_expr(parse_current->next->next, CIL_PERMISSIONX, &permx->expr_str); in cil_fill_permissionx()
2150 …db, ast_node, (struct cil_symtab_datum*)permx, (hashtab_key_t)key, CIL_SYM_PERMX, CIL_PERMISSIONX); in cil_gen_permissionx()
Dcil_resolve_ast.c3564 case CIL_PERMISSIONX: in __cil_resolve_ast_node()