Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dconditional.c62 unsigned int num_bools) in bool_present() argument
67 if (num_bools > COND_MAX_BOOLS) { in bool_present()
70 while (i < num_bools && target != bools[i]) in bool_present()
72 if (i == num_bools) in bool_present()