Home
last modified time | relevance | path

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

/external/catch2/scripts/
DbenchmarkCompile.py19 compiler_path = '' variable
57 subprocess.check_call([compiler_path, main_name, '-c'] + flags)
64 subprocess.check_call([compiler_path, '-c'] + flags + cpp_files)
71 subprocess.check_call([compiler_path] + flags + obj_files)
124 compiler_path = args.compiler variable
/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.h77 …rn int semanage_get_hll_compiler_path(semanage_handle_t *sh, char *lang_ext, char **compiler_path);
/external/selinux/libsemanage/src/
Dhandle.c140 char **compiler_path) in semanage_get_hll_compiler_path() argument
179 *compiler_path = compiler; in semanage_get_hll_compiler_path()
Ddirect_api.c872 char *compiler_path = NULL; in semanage_compile_module() local
886 status = semanage_get_hll_compiler_path(sh, modinfo->lang_ext, &compiler_path); in semanage_compile_module()
917 status = semanage_pipe_data(sh, compiler_path, hll_contents.data, in semanage_compile_module()
967 free(compiler_path); in semanage_compile_module()