Searched refs:helper_bool_query (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsemanage/tests/ |
D | test_bool.c | 499 void helper_bool_query(level_t level, const char *bool_str, int exp_res) in helper_bool_query() function 522 helper_bool_query(SH_CONNECT, BOOL1_NAME, 1); in test_bool_query() 523 helper_bool_query(SH_CONNECT, BOOL2_NAME, 1); in test_bool_query() 524 helper_bool_query(SH_CONNECT, BOOL_NONEXISTENT, -1); in test_bool_query() 526 helper_bool_query(SH_TRANS, BOOL1_NAME, 1); in test_bool_query() 527 helper_bool_query(SH_TRANS, BOOL2_NAME, 1); in test_bool_query() 528 helper_bool_query(SH_TRANS, BOOL_NONEXISTENT, -1); in test_bool_query()
|