Searched refs:expand_module (Results 1 – 9 of 9) sorted by relevance
/third_party/selinux/libsepol/tests/ |
D | test-cond.c | 49 if (expand_module(NULL, &basemod, &base_expanded, 0, 1)) { in cond_test_init()
|
D | test-neverallow.c | 138 if (expand_module(NULL, &basemod, &base_expanded, 0, 0)) in test_neverallow_basic()
|
D | test-expander.c | 120 if (expand_module(NULL, mybase, myexpanded, 0, 0)) { in expander_policy_init()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | expand.h | 57 extern int expand_module(sepol_handle_t * handle,
|
/third_party/selinux/ |
D | libsepol.map | 54 "expand_module";
|
/third_party/selinux/checkpolicy/ |
D | checkmodule.c | 320 if (expand_module(NULL, &modpolicydb, &kernpolicydb, 0, 1)) { in main()
|
D | checkpolicy.c | 633 if (expand_module(NULL, policydbp, &policydb, 0, 1)) { in main()
|
/third_party/selinux/libsepol/src/ |
D | module.c | 999 return expand_module(handle, &base->p, &out->p, verbose, check); in sepol_expand_module()
|
D | expand.c | 2961 int expand_module(sepol_handle_t * handle, in expand_module() function
|