Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/tests/
Dtest-cond.c49 if (expand_module(NULL, &basemod, &base_expanded, 0, 1)) { in cond_test_init()
Dtest-neverallow.c138 if (expand_module(NULL, &basemod, &base_expanded, 0, 0)) in test_neverallow_basic()
Dtest-expander.c120 if (expand_module(NULL, mybase, myexpanded, 0, 0)) { in expander_policy_init()
/third_party/selinux/libsepol/include/sepol/policydb/
Dexpand.h57 extern int expand_module(sepol_handle_t * handle,
/third_party/selinux/
Dlibsepol.map54 "expand_module";
/third_party/selinux/checkpolicy/
Dcheckmodule.c320 if (expand_module(NULL, &modpolicydb, &kernpolicydb, 0, 1)) { in main()
Dcheckpolicy.c633 if (expand_module(NULL, policydbp, &policydb, 0, 1)) { in main()
/third_party/selinux/libsepol/src/
Dmodule.c999 return expand_module(handle, &base->p, &out->p, verbose, check); in sepol_expand_module()
Dexpand.c2961 int expand_module(sepol_handle_t * handle, in expand_module() function