OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_expanded
(Results
1 - 2
of
2
) sorted by null
/external/libsepol/tests/
test-cond.c
31
static policydb_t
base_expanded
;
variable
35
if (policydb_init(&
base_expanded
)) {
49
if (expand_module(NULL, &basemod, &
base_expanded
, 0, 1)) {
58
policydb_destroy(&
base_expanded
);
65
policydb_destroy(&
base_expanded
);
74
a =
base_expanded
.cond_list;
76
b =
base_expanded
.cond_list;
test-expander.c
54
static policydb_t
base_expanded
;
variable
139
rc = expander_policy_init(&basemod, 0, NULL, &
base_expanded
, &small_base_file);
175
policydb_destroy(&
base_expanded
);
183
test_policydb_indexes(&
base_expanded
);
Completed in 290 milliseconds