Searched refs:library_paths (Results 1 – 15 of 15) sorted by relevance
192 const char *library_paths) in pipe_loader_find_module() argument199 for (next = library_paths; *next; library_paths = next + 1) { in pipe_loader_find_module()200 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()201 len = next - library_paths; in pipe_loader_find_module()205 len, library_paths, in pipe_loader_find_module()
63 const char *library_paths);
145 library_paths = []148 library_paths += [self.full_config.cxx_runtime_root]151 library_paths += [self.full_config.use_system_cxx_lib]155 library_paths += [self.full_config.abi_library_root]156 if library_paths:157 env['DYLD_LIBRARY_PATH'] = ':'.join(library_paths)
275 library_paths = []277 library_paths.append(f"{os.environ['CONDA_PREFIX']}/lib")279 library_paths.append(f"{os.environ['VIRTUAL_ENV']}/lib")281 library_paths += [296 for lib_path in library_paths:
106 " library_paths = site.getsitepackages()",109 " library_paths = [get_python_lib()]",110 "all_paths = set(python_paths + library_paths)",
200 " library_paths = site.getsitepackages()\n" +203 " library_paths = [sysconfig.get_path('purelib')]\n" +204 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" +
913 def _CreateJavaLibrariesList(library_paths): argument917 names = ['"%s"' % os.path.basename(s)[3:-3] for s in library_paths]2123 library_paths = []2126 library_paths = _ExtractSharedLibsFromRuntimeDeps(2128 java_libraries_list = _CreateJavaLibrariesList(library_paths)2166 library_paths,
913 def _CreateJavaLibrariesList(library_paths): argument917 names = ['"%s"' % os.path.basename(s)[3:-3] for s in library_paths]2134 library_paths = []2137 library_paths = _ExtractSharedLibsFromRuntimeDeps(2139 java_libraries_list = _CreateJavaLibrariesList(library_paths)2177 library_paths,
153 library_paths = run_shell([159 library_paths = [167 all_paths = set(python_paths + library_paths)
958 library_dirs += library_paths()1078 library_dirs += library_paths(cuda=True)1186 def library_paths(cuda: bool = False) -> List[str]: function
1194 libraries_dirs = cpp_extension.library_paths(cuda)
1720 lpaths = cpp_extension.library_paths(cuda) + [3158 lpaths = cpp_extension.library_paths(cuda=True) + [
1238 char **library_paths;