OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basemod
(Results
1 - 2
of
2
) sorted by null
/external/libsepol/tests/
test-cond.c
30
static policydb_t
basemod
;
variable
37
policydb_destroy(&
basemod
);
41
if (test_load_policy(&
basemod
, POLICY_BASE, 1, "test-cond", "refpolicy-base.conf"))
44
if (link_modules(NULL, &
basemod
, NULL, 0, 0)) {
49
if (expand_module(NULL, &
basemod
, &base_expanded, 0, 1)) {
57
policydb_destroy(&
basemod
);
64
policydb_destroy(&
basemod
);
test-expander.c
51
static policydb_t
basemod
;
variable
139
rc = expander_policy_init(&
basemod
, 0, NULL, &base_expanded, &small_base_file);
174
policydb_destroy(&
basemod
);
Completed in 591 milliseconds