Searched refs:library_paths (Results 1 – 5 of 5) sorted by relevance
142 const char *library_paths) in pipe_loader_find_module() argument149 for (next = library_paths; *next; library_paths = next + 1) { in pipe_loader_find_module()150 next = util_strchrnul(library_paths, ':'); in pipe_loader_find_module()151 len = next - library_paths; in pipe_loader_find_module()155 len, library_paths, in pipe_loader_find_module()
48 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)
181 " library_paths = site.getsitepackages()\n" +184 " library_paths = [get_python_lib()]\n" +185 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" +
169 library_paths = run_shell([174 library_paths = [182 all_paths = set(python_paths + library_paths)