HomeSort by relevance Sort by last modified time
    Searched refs:ebitmap (Results 1 - 12 of 12) sorted by null

  /external/selinux/checkpolicy/
checkpolicy.h 4 #include <sepol/policydb/ebitmap.h>
  /external/selinux/libsepol/include/sepol/policydb/
constraint.h 22 #include <sepol/policydb/ebitmap.h>
context.h 22 #include <sepol/policydb/ebitmap.h>
ebitmap.h 36 typedef struct ebitmap { struct
mls_types.h 35 #include <sepol/policydb/ebitmap.h>
  /external/selinux/policycoreutils/mcstrans/src/
mls_level.c 3 #include <sepol/policydb/ebitmap.h>
  /external/selinux/libsepol/
Android.mk 14 src/ebitmap.c \
  /external/selinux/libsepol/src/
module_to_cil.c 662 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)
    [all...]
ebitmap.c 12 #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 (startbit %d)\n"
    [all...]
write.c 37 #include <sepol/policydb/ebitmap.h>
    [all...]
  /external/selinux/libsepol/cil/src/
cil_find.c 30 #include <sepol/policydb/ebitmap.h>
cil.c 1223 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap)
    [all...]

Completed in 778 milliseconds