Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dmodule_to_cil.c662 …tr_strs(int indent, struct policydb *pdb, int is_type, struct ebitmap *pos, struct ebitmap *neg, u… in cil_print_attr_strs()
740 static int ebitmap_to_cil(struct policydb *pdb, struct ebitmap *map, int type) in ebitmap_to_cil()
756 static int ebitmap_to_names(char** vals_to_names, struct ebitmap map, char ***names, uint32_t *num_… in ebitmap_to_names()
1977 static int class_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in class_order_to_cil()
2187 struct ebitmap roles = user->roles.roles; in user_to_cil()
2279 static int sens_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in sens_order_to_cil()
2321 static int cat_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in cat_order_to_cil()
2352 struct ebitmap *map; in polcaps_to_cil()
2380 struct ebitmap *map = &level->cat; in level_to_cil()
3260 struct ebitmap map; in declared_scopes_to_cil()
[all …]
/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h36 typedef struct ebitmap { struct
/external/selinux/libsepol/
DAndroid.mk14 src/ebitmap.c \
DChangeLog21 * Add new ebitmap function named ebitmap_match_any(), from James Carter
725 and dispol. Added new inline ebitmap operators and converted
/external/selinux/libsepol/cil/src/
Dcil.c1223 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap) in cil_cats_to_ebitmap()
1266 struct ebitmap elow; in cil_level_equals()
1267 struct ebitmap ehigh; in cil_level_equals()