Searched refs:test_bool_state (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/tests/ |
D | test-linker-cond-map.c | 78 void test_bool_state(policydb_t * p, const char *bool, int state) in test_bool_state() function 100 test_bool_state(base, "g_b_bool_1", 0); in base_cond_tests() 110 test_bool_state(base, "o1_b_bool_1", 1); in base_cond_tests() 128 test_bool_state(base, "g_m1_bool_1", 1); in module_cond_tests() 138 test_bool_state(base, "o1_m1_bool_1", 0); in module_cond_tests() 149 test_bool_state(base, "g_m2_bool_1", 1); in module_cond_tests() 150 test_bool_state(base, "g_m2_bool_2", 0); in module_cond_tests()
|