Home
last modified time | relevance | path

Searched refs:base_expanded2 (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/tests/
Dtest-expander-attr-map.c29 extern policydb_t base_expanded2;
68 test_attr_types(&base_expanded2, "attr_check_base_1", NULL, typesb1, 2); in test_expander_attr_mapping()
69 test_attr_types(&base_expanded2, "attr_check_base_2", NULL, typesb2, 2); in test_expander_attr_mapping()
70 test_attr_types(&base_expanded2, "attr_check_base_3", NULL, typesb3, 4); in test_expander_attr_mapping()
71 test_attr_types(&base_expanded2, "attr_check_base_4", NULL, typesb4, 2); in test_expander_attr_mapping()
72 test_attr_types(&base_expanded2, "attr_check_base_5", NULL, typesb5, 2); in test_expander_attr_mapping()
73 test_attr_types(&base_expanded2, "attr_check_base_6", NULL, typesb6, 4); in test_expander_attr_mapping()
74 test_attr_types(&base_expanded2, "attr_check_base_optional_2", NULL, typesbo2, 2); in test_expander_attr_mapping()
75 test_attr_types(&base_expanded2, "attr_check_base_optional_5", NULL, typesbo5, 2); in test_expander_attr_mapping()
76 test_attr_types(&base_expanded2, "attr_check_mod_2", NULL, typesm2, 2); in test_expander_attr_mapping()
[all …]
Dtest-expander.c50 policydb_t base_expanded2; variable
147 rc = expander_policy_init(&basemod2, 1, &mymod2, &base_expanded2, files2); in expander_test_init()
180 policydb_destroy(&base_expanded2); in expander_test_cleanup()