Searched refs:compiler_path (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/ |
D | lit.common.cfg | 21 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/ |
D | handle.h | 72 int semanage_get_hll_compiler_path(semanage_handle_t *sh, char *lang_ext, char **compiler_path);
|
/external/selinux/libsemanage/src/ |
D | handle.c | 135 char **compiler_path) in semanage_get_hll_compiler_path() argument 174 *compiler_path = compiler; in semanage_get_hll_compiler_path()
|
D | direct_api.c | 920 char *compiler_path = NULL; in semanage_compile_module() local 937 status = semanage_get_hll_compiler_path(sh, modinfo->lang_ext, &compiler_path); in semanage_compile_module() 968 …status = semanage_pipe_data(sh, compiler_path, hll_data, (size_t)hll_data_len, &cil_data, &cil_dat… in semanage_compile_module() 1014 free(compiler_path); in semanage_compile_module()
|