HomeSort by relevance Sort by last modified time
    Searched full:expand_module (Results 1 - 9 of 9) sorted by null

  /external/libsepol/tests/
test-cond.c 49 if (expand_module(NULL, &basemod, &base_expanded, 0, 1)) {
test-expander.c 120 if (expand_module(NULL, mybase, myexpanded, 0, 0)) {
  /external/libsepol/include/sepol/policydb/
expand.h 53 extern int expand_module(sepol_handle_t * handle,
  /external/checkpolicy/
ChangeLog 188 * 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.
checkmodule.c 280 if (expand_module(NULL, &modpolicydb, &kernpolicydb, 0, 1)) {
checkpolicy.c 585 if (expand_module(NULL, &parse_policy, &policydb, 0, 1)) {
  /external/libsepol/
ChangeLog 486 * 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/
module.c 984 return expand_module(handle, &base->p, &out->p, verbose, check);
expand.c 2823 int expand_module(sepol_handle_t * handle, function
    [all...]

Completed in 1664 milliseconds