OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_bool_state
(Results
1 - 1
of
1
) sorted by null
/external/selinux/libsepol/tests/
test-linker-cond-map.c
78
void
test_bool_state
(policydb_t * p, char *bool, int state)
function
100
test_bool_state
(base, "g_b_bool_1", 0);
110
test_bool_state
(base, "o1_b_bool_1", 1);
128
test_bool_state
(base, "g_m1_bool_1", 1);
138
test_bool_state
(base, "o1_m1_bool_1", 0);
149
test_bool_state
(base, "g_m2_bool_1", 1);
150
test_bool_state
(base, "g_m2_bool_2", 0);
Completed in 508 milliseconds