Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dconditional.c63 unsigned int num_bools) in bool_present() argument
68 if (num_bools > COND_MAX_BOOLS) { in bool_present()
71 while (i < num_bools && target != bools[i]) in bool_present()
73 if (i == num_bools) in bool_present()