Home
last modified time | relevance | path

Searched refs:expand_module (Results 1 – 9 of 9) sorted by relevance

/external/libsepol/tests/
Dtest-cond.c49 if (expand_module(NULL, &basemod, &base_expanded, 0, 1)) { in cond_test_init()
Dtest-expander.c120 if (expand_module(NULL, mybase, myexpanded, 0, 0)) { in expander_policy_init()
/external/libsepol/include/sepol/policydb/
Dexpand.h53 extern int expand_module(sepol_handle_t * handle,
/external/checkpolicy/
DChangeLog188 * Fixed checkmodule to call link_modules prior to expand_module
245 * Updated calls to expand_module for interface change.
248 * Changed checkmodule to verify that expand_module succeeds
257 internally by expand_module().
263 * Updated for changes to sepol expand_module and link_modules interfaces.
Dcheckmodule.c280 if (expand_module(NULL, &modpolicydb, &kernpolicydb, 0, 1)) { in main()
Dcheckpolicy.c585 if (expand_module(NULL, &parse_policy, &policydb, 0, 1)) { in main()
/external/libsepol/
DChangeLog486 * Added check flag to expand_module() to control assertion
492 * Changed expand_module() to call check_assertions() and
511 * Reworked link_packages, link_modules, and expand_module to use
547 3) expand_module automatically enables the global branch.
/external/libsepol/src/
Dmodule.c984 return expand_module(handle, &base->p, &out->p, verbose, check); in sepol_expand_module()
Dexpand.c2823 int expand_module(sepol_handle_t * handle, in expand_module() function