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

  /external/libsepol/src/
conditional.c 81 x = a->nbools;
84 if (x != b->nbools)
104 if (a->nbools != b->nbools)
110 if (a->nbools <= COND_MAX_BOOLS && b->nbools <= COND_MAX_BOOLS) {
159 new_node->nbools = node->nbools;
160 for (i = 0; i < min(node->nbools, COND_MAX_BOOLS); i++)
353 cn->nbools = 0
    [all...]
booleans.c 185 unsigned int nbools = policydb->p_bools.nprim; local
190 for (i = 0; i < nbools; i++) {
link.c     [all...]
expand.c     [all...]
  /external/libsepol/include/sepol/policydb/
conditional.h 84 unsigned int nbools; member in struct:cond_node

Completed in 55 milliseconds