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

  /external/selinux/secilc/
secilc.c 97 int attrs_expand_size = -1; local
196 attrs_expand_size = strtol(optarg, &endptr, 10);
202 if (attrs_expand_size < 0) {
239 if (attrs_expand_size >= 0) {
240 cil_set_attrs_expand_size(db, (unsigned)attrs_expand_size);
  /external/selinux/libsepol/cil/include/cil/
cil.h 54 extern void cil_set_attrs_expand_size(struct cil_db *db, unsigned attrs_expand_size);
  /external/selinux/libsepol/cil/src/
cil.c 286 (*db)->attrs_expand_size = 1;
    [all...]
cil_internal.h 310 unsigned attrs_expand_size; member in struct:cil_db
cil_post.c 1214 if (ebitmap_cardinality(attr->types) < db->attrs_expand_size) {
    [all...]
cil_binary.c     [all...]

Completed in 94 milliseconds