Searched defs:compiler_path (Results 1 - 2 of 2) sorted by relevance
/external/selinux/libsemanage/src/ |
H A D | handle.c | 135 char **compiler_path) 174 *compiler_path = compiler; 133 semanage_get_hll_compiler_path(semanage_handle_t *sh, char *lang_ext, char **compiler_path) argument
|
H A D | direct_api.c | 920 char *compiler_path = NULL; local 937 status = semanage_get_hll_compiler_path(sh, modinfo->lang_ext, &compiler_path); 968 status = semanage_pipe_data(sh, compiler_path, hll_data, (size_t)hll_data_len, &cil_data, &cil_data_len, &err_data, &err_data_len); 1014 free(compiler_path);
|
Completed in 116 milliseconds