OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_expanded2
(Results
1 - 2
of
2
) sorted by null
/external/libsepol/tests/
test-expander-attr-map.c
29
extern policydb_t
base_expanded2
;
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)
[
all
...]
test-expander.c
50
policydb_t
base_expanded2
;
variable
144
rc = expander_policy_init(&basemod2, 1, &mymod2, &
base_expanded2
, files2);
Completed in 43 milliseconds