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

  /external/selinux/libsepol/tests/
test-expander-attr-map.c 68 test_attr_types(&base_expanded2, "attr_check_base_1", NULL, typesb1, 2);
69 test_attr_types(&base_expanded2, "attr_check_base_2", NULL, typesb2, 2);
70 test_attr_types(&base_expanded2, "attr_check_base_3", NULL, typesb3, 4);
71 test_attr_types(&base_expanded2, "attr_check_base_4", NULL, typesb4, 2);
72 test_attr_types(&base_expanded2, "attr_check_base_5", NULL, typesb5, 2);
73 test_attr_types(&base_expanded2, "attr_check_base_6", NULL, typesb6, 4);
74 test_attr_types(&base_expanded2, "attr_check_base_optional_2", NULL, typesbo2, 2);
75 test_attr_types(&base_expanded2, "attr_check_base_optional_5", NULL, typesbo5, 2);
76 test_attr_types(&base_expanded2, "attr_check_mod_2", NULL, typesm2, 2);
77 test_attr_types(&base_expanded2, "attr_check_mod_4", NULL, typesm4, 2)
    [all...]
test-linker-types.c 142 test_attr_types(base, "g_b_attr_1", NULL, types, 1);
151 test_attr_types(base, "o1_b_attr_1", base->decl_val_to_struct[decls[0] - 1], types, 1);
187 test_attr_types(base, "g_m1_attr_1", NULL, types, 2);
196 test_attr_types(base, "o1_m1_attr_1", base->decl_val_to_struct[decls[0] - 1], types, 1);
203 test_attr_types(base, "g_b_attr_3", NULL, types, 1);
211 test_attr_types(base, "g_b_attr_4", base->decl_val_to_struct[decls[0] - 1], types, 1);
218 test_attr_types(base, "g_b_attr_5", NULL, types, 2);
225 test_attr_types(base, "g_b_attr_6", NULL, types, 1);
228 test_attr_types(base, "g_b_attr_6", d, types, 1);
234 test_attr_types(base, "o4_b_attr_1", NULL, types, 1)
    [all...]
test-common.h 76 extern void test_attr_types(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, int len);
test-common.c 225 void test_attr_types(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, int len) function

Completed in 1501 milliseconds