Home
last modified time | relevance | path

Searched refs:semanage_get_hll_compiler_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/selinux/libsemanage/include/semanage/
H A Dhandle.h77 extern int semanage_get_hll_compiler_path(semanage_handle_t *sh, char *lang_ext, char **compiler_pa…
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dlibsemanage.map319 semanage_get_hll_compiler_path;
H A Dhandle.c138 int semanage_get_hll_compiler_path(semanage_handle_t *sh, in semanage_get_hll_compiler_path() function
H A Dsemanageswig_python_exception.i10 %exception semanage_get_hll_compiler_path {
H A Ddirect_api.c894 status = semanage_get_hll_compiler_path(sh, modinfo->lang_ext, &compiler_path); in semanage_compile_module()