Searched refs:ebitmap (Results 1 - 12 of 12) sorted by relevance

/external/selinux/checkpolicy/
H A Dcheckpolicy.h4 #include <sepol/policydb/ebitmap.h>
/external/selinux/libsepol/include/sepol/policydb/
H A Dconstraint.h22 #include <sepol/policydb/ebitmap.h>
H A Dcontext.h22 #include <sepol/policydb/ebitmap.h>
H A Debitmap.h36 typedef struct ebitmap { struct
H A Dmls_types.h35 #include <sepol/policydb/ebitmap.h>
/external/selinux/policycoreutils/mcstrans/src/
H A Dmls_level.c3 #include <sepol/policydb/ebitmap.h>
/external/selinux/libsepol/
H A DAndroid.mk14 src/ebitmap.c \
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c662 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, struct ebitmap *pos, struct ebitmap *neg, uint32_t flags, char *attr)
740 static int ebitmap_to_cil(struct policydb *pdb, struct ebitmap *map, int type)
756 static int ebitmap_to_names(char** vals_to_names, struct ebitmap map, char ***names, uint32_t *num_names)
1977 static int class_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order)
2187 struct ebitmap roles = user->roles.roles;
2279 static int sens_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order)
2321 static int cat_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order)
2352 struct ebitmap *map;
2380 struct ebitmap *ma
[all...]
H A Debitmap.c12 #include <sepol/policydb/ebitmap.h>
383 ("security: ebitmap: map size %d does not match my size %zu (high bit was %d)\n",
393 ("security: ebitmap: high bit (%d) is not a multiple of the map size (%zu)\n",
401 printf("security: ebitmap: truncated map\n");
406 printf("security: ebitmap: out of memory\n");
416 ("security: ebitmap start bit (%d) is not a multiple of the map size (%zu)\n",
422 ("security: ebitmap start bit (%d) is beyond the end of the bitmap (%zu)\n",
428 printf("security: ebitmap: truncated map\n");
435 ("security: ebitmap: null map in ebitmap (startbi
[all...]
H A Dwrite.c37 #include <sepol/policydb/ebitmap.h>
/external/selinux/libsepol/cil/src/
H A Dcil_find.c30 #include <sepol/policydb/ebitmap.h>
H A Dcil.c1223 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap)
1266 struct ebitmap elow;
1267 struct ebitmap ehigh;

Completed in 575 milliseconds