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.c730 static int ebitmap_to_cil(struct policydb *pdb, struct ebitmap *map, int type) in ebitmap_to_cil()
815 struct ebitmap *pos, *neg; in cil_print_attr_strs()
985 static int ebitmap_to_names(struct ebitmap *map, char **vals_to_names, char ***names, int *num_name… in ebitmap_to_names()
2067 static int class_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in class_order_to_cil()
2296 struct ebitmap roles = user->roles.roles; in user_to_cil()
2385 static int sens_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in sens_order_to_cil()
2424 static int cat_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in cat_order_to_cil()
2452 struct ebitmap *map; in polcaps_to_cil()
2477 struct ebitmap *map = &level->cat; in level_to_cil()
3379 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()
373 char *ebitmap_to_str(struct ebitmap *map, char **val_to_name, int sort) in ebitmap_to_str()
Dkernel_to_cil.c996 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len()
1031 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str()
2131 struct ebitmap *types; in write_role_decl_rules_to_cil()
2335 struct ebitmap *roles; in write_user_decl_rules_to_cil()
Dkernel_to_conf.c993 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len()
1020 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str()
1507 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.bp62 "src/ebitmap.c",
/external/selinux/libsepol/cil/src/
Dcil.c1426 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap) in cil_cats_to_ebitmap()
1469 struct ebitmap elow; in cil_level_equals()
1470 struct ebitmap ehigh; in cil_level_equals()