Searched refs:compiler_path (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/compiler-rt/test/ |
H A 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)
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | cpp_extension.py | 311 compiler_path = shutil.which(compiler) 312 if compiler_path is None: 315 compiler_path = os.path.realpath(compiler_path) 317 if any(name in compiler_path for name in _accepted_compilers_for_platform()): 331 compiler_path = os.path.realpath(results[0].strip()) 333 if os.path.basename(compiler_path) == 'c++' and 'gcc version' in version_string: 335 return any(name in compiler_path for name in _accepted_compilers_for_platform()) 1370 compiler_path = os.path.realpath(results[0].strip()) 1372 if os.path.basename(compiler_path) == 'c++' and 'gcc version' in version_string:
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | handle.c | 140 char **compiler_path) in semanage_get_hll_compiler_path() argument 179 *compiler_path = compiler; in semanage_get_hll_compiler_path()
|
H A D | direct_api.c | 880 char *compiler_path = NULL; in semanage_compile_module() local 894 status = semanage_get_hll_compiler_path(sh, modinfo->lang_ext, &compiler_path); in semanage_compile_module() 925 status = semanage_pipe_data(sh, compiler_path, hll_contents.data, in semanage_compile_module() 975 free(compiler_path); in semanage_compile_module()
|
/aosp_15_r20/external/selinux/libsemanage/include/semanage/ |
H A D | handle.h | 77 …rn int semanage_get_hll_compiler_path(semanage_handle_t *sh, char *lang_ext, char **compiler_path);
|
/aosp_15_r20/external/pytorch/tools/rules_cc/ |
H A D | cuda_support.patch | 59 + compiler_path = ctx.attr.tool_paths["gcc"],
|