HomeSort by relevance Sort by last modified time
    Searched refs:test_role_type_set (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsepol/tests/
test-expander-roles.c 36 test_role_type_set(&role_expanded, "role_check_1", NULL, types1, 2, 0);
test-linker-roles.c 85 role = test_role_type_set(base, "g_b_role_1", NULL, types, 1, 0);
95 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0);
116 role = test_role_type_set(base, "g_m1_role_1", NULL, types, 1, 0);
126 role = test_role_type_set(base, "o1_m1_role_1", decl, types, 1, 0);
139 role = test_role_type_set(base, "g_b_role_2", NULL, types, 2, 0);
152 role = test_role_type_set(base, "g_b_role_3", NULL, types, 3, 0);
162 role = test_role_type_set(base, "o1_b_role_2", NULL, types, 1, 0);
164 role = test_role_type_set(base, "o1_b_role_2", test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"), types, 1, 0);
174 role = test_role_type_set(base, "g_b_role_4", NULL, types, 1, 0);
176 role = test_role_type_set(base, "g_b_role_4", test_find_decl_by_sym(base, SYM_TYPES, "tag_o2_m1"), types, 1, 0)
    [all...]
test-common.h 65 extern role_datum_t *test_role_type_set(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, unsigned int len, unsigned int flags);
test-common.c 184 role_datum_t *test_role_type_set(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, unsigned int len, unsigned int flags) function

Completed in 1176 milliseconds