Searched refs:BOOL1_NAME (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsemanage/tests/ |
D | test_bool.c | 25 #define BOOL1_NAME "first_bool" macro 522 helper_bool_query(SH_CONNECT, BOOL1_NAME, 1); in test_bool_query() 526 helper_bool_query(SH_TRANS, BOOL1_NAME, 1); in test_bool_query() 551 helper_bool_exists(SH_CONNECT, BOOL1_NAME, 1); in test_bool_exists() 555 helper_bool_exists(SH_TRANS, BOOL1_NAME, 1); in test_bool_exists() 713 helper_bool_modify_del_local(SH_CONNECT, BOOL1_NAME, BOOL1_VALUE, -1); in test_bool_modify_del_local() 715 helper_bool_modify_del_local(SH_TRANS, BOOL1_NAME, BOOL1_VALUE, 1); in test_bool_modify_del_local() 727 CU_ASSERT(semanage_bool_key_create(sh, BOOL1_NAME, &key) >= 0); in test_bool_query_local() 737 CU_ASSERT(semanage_bool_key_create(sh, BOOL1_NAME, &key) >= 0); in test_bool_query_local() 743 add_local_bool(BOOL1_NAME); in test_bool_query_local() [all …]
|