OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compiler_path
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsemanage/include/semanage/
handle.h
69
/* Fills *
compiler_path
with the location of the hll compiler sh->conf->compiler_directory_path
72
int semanage_get_hll_compiler_path(semanage_handle_t *sh, char *lang_ext, char **
compiler_path
);
/external/selinux/libsemanage/src/
handle.c
135
char **
compiler_path
)
174
*
compiler_path
= compiler;
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
);
[
all
...]
Completed in 1304 milliseconds