Home
last modified time | relevance | path

Searched refs:ebitmap (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libsepol/src/
Dkernel_to_common.h111 int ebitmap_to_strs(struct ebitmap *map, struct strs *strs, char **val_to_name);
112 char *ebitmap_to_str(struct ebitmap *map, char **val_to_name, int sort);
Dmodule_to_cil.c729 static int ebitmap_to_cil(struct policydb *pdb, struct ebitmap *map, int type) in ebitmap_to_cil()
817 struct ebitmap *pos, *neg; in cil_print_attr_strs()
993 static int ebitmap_to_names(struct ebitmap *map, char **vals_to_names, char ***names, int *num_name… in ebitmap_to_names()
2085 static int class_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in class_order_to_cil()
2320 struct ebitmap roles = user->roles.roles; in user_to_cil()
2412 static int sens_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in sens_order_to_cil()
2454 static int cat_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in cat_order_to_cil()
2485 struct ebitmap *map; in polcaps_to_cil()
2513 struct ebitmap *map = &level->cat; in level_to_cil()
3415 struct ebitmap map; in declared_scopes_to_cil()
[all …]
Dkernel_to_common.c357 int ebitmap_to_strs(struct ebitmap *map, struct strs *strs, char **val_to_name) in ebitmap_to_strs()
375 char *ebitmap_to_str(struct ebitmap *map, char **val_to_name, int sort) in ebitmap_to_str()
Dkernel_to_cil.c989 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len()
1027 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str()
2133 struct ebitmap *types; in write_role_decl_rules_to_cil()
2337 struct ebitmap *roles; in write_user_decl_rules_to_cil()
Dkernel_to_conf.c974 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len()
1004 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str()
1496 static char *attrmap_to_str(struct ebitmap *map, char **val_to_name) in attrmap_to_str()
/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h37 typedef struct ebitmap { struct
/external/selinux/libsepol/
DAndroid.bp27 "src/ebitmap.c",
/external/selinux/libsepol/cil/src/
Dcil.c1263 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap) in cil_cats_to_ebitmap()
1306 struct ebitmap elow; in cil_level_equals()
1307 struct ebitmap ehigh; in cil_level_equals()