Home
last modified time | relevance | path

Searched refs:compiler_path (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/
Dlit.common.cfg21 compiler_path = getattr(config, 'clang', None)
22 if (not compiler_path) or (not os.path.exists(compiler_path)):
23 lit_config.fatal("Can't find compiler on path %r" % compiler_path)
/external/selinux/libsemanage/include/semanage/
Dhandle.h72 int semanage_get_hll_compiler_path(semanage_handle_t *sh, char *lang_ext, char **compiler_path);
/external/selinux/libsemanage/src/
Dhandle.c135 char **compiler_path) in semanage_get_hll_compiler_path() argument
174 *compiler_path = compiler; in semanage_get_hll_compiler_path()
Ddirect_api.c990 char *compiler_path = NULL; in semanage_compile_module() local
1007 status = semanage_get_hll_compiler_path(sh, modinfo->lang_ext, &compiler_path); in semanage_compile_module()
1038 …status = semanage_pipe_data(sh, compiler_path, hll_data, (size_t)hll_data_len, &cil_data, &cil_dat… in semanage_compile_module()
1084 free(compiler_path); in semanage_compile_module()