Searched refs:expand_module (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsepol/tests/ |
D | test-cond.c | 49 if (expand_module(NULL, &basemod, &base_expanded, 0, 1)) { in cond_test_init()
|
D | test-expander.c | 120 if (expand_module(NULL, mybase, myexpanded, 0, 0)) { in expander_policy_init()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | expand.h | 57 extern int expand_module(sepol_handle_t * handle,
|
/external/selinux/checkpolicy/ |
D | checkmodule.c | 316 if (expand_module(NULL, &modpolicydb, &kernpolicydb, 0, 1)) { in main()
|
D | checkpolicy.c | 621 if (expand_module(NULL, policydbp, &policydb, 0, 1)) { in main()
|
/external/selinux/libsepol/src/ |
D | module.c | 994 return expand_module(handle, &base->p, &out->p, verbose, check); in sepol_expand_module()
|
D | expand.c | 2932 int expand_module(sepol_handle_t * handle, in expand_module() function
|