Home
last modified time | relevance | path

Searched refs:ld_library_path (Results 1 – 9 of 9) sorted by relevance

/external/libffi/testsuite/lib/
Dtarget-libpath.exp35 global ld_library_path
127 setenv LD_LIBRARY_PATH "$ld_library_path:$orig_ld_library_path"
129 setenv LD_LIBRARY_PATH "$ld_library_path"
132 setenv LD_RUN_PATH "$ld_library_path:$orig_ld_run_path"
134 setenv LD_RUN_PATH "$ld_library_path"
141 setenv SHLIB_PATH "$ld_library_path:$orig_shlib_path"
143 setenv SHLIB_PATH "$ld_library_path"
146 setenv LD_LIBRARYN32_PATH "$ld_library_path:$orig_ld_libraryn32_path"
148 setenv LD_LIBRARYN32_PATH "$ld_library_path:$orig_ld_library_path"
150 setenv LD_LIBRARYN32_PATH "$ld_library_path"
[all …]
Dlibffi.exp102 global ld_library_path
121 set ld_library_path "."
122 append ld_library_path ":${gccdir}"
134 append ld_library_path ":${gccdir}/${mldir}"
146 append ld_library_path ":${blddirffi}/.libs"
148 verbose "ld_library_path: $ld_library_path"
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
Dtarget-libpath.exp35 global ld_library_path
127 setenv LD_LIBRARY_PATH "$ld_library_path:$orig_ld_library_path"
129 setenv LD_LIBRARY_PATH "$ld_library_path"
132 setenv LD_RUN_PATH "$ld_library_path:$orig_ld_run_path"
134 setenv LD_RUN_PATH "$ld_library_path"
141 setenv SHLIB_PATH "$ld_library_path:$orig_shlib_path"
143 setenv SHLIB_PATH "$ld_library_path"
146 setenv LD_LIBRARYN32_PATH "$ld_library_path:$orig_ld_libraryn32_path"
148 setenv LD_LIBRARYN32_PATH "$ld_library_path:$orig_ld_library_path"
150 setenv LD_LIBRARYN32_PATH "$ld_library_path"
[all …]
Dlibffi.exp102 global ld_library_path
121 set ld_library_path "."
122 append ld_library_path ":${gccdir}"
134 append ld_library_path ":${gccdir}/${mldir}"
146 append ld_library_path ":${blddirffi}/.libs"
148 verbose "ld_library_path: $ld_library_path"
/external/skqp/infra/bots/recipe_modules/flavor/
Ddefault.py163 ld_library_path = []
173 ld_library_path.append(dri_path)
179 ld_library_path.append(slave_dir.join('linux_vulkan_sdk', 'lib'))
182 ld_library_path.append(slave_dir.join('opencl_ocl_icd_linux'))
187 ld_library_path.append(neo_path)
198 ld_library_path.append(self.host_dirs.bin_dir.join('swiftshader_out'))
202 ld_library_path.append(clang_linux + '/msan')
211 ld_library_path.append(clang_linux + '/lib')
251 if ld_library_path:
252 env['LD_LIBRARY_PATH'] = ':'.join('%s' % p for p in ld_library_path)
/external/skia/infra/bots/recipe_modules/flavor/
Ddefault.py163 ld_library_path = []
173 ld_library_path.append(dri_path)
179 ld_library_path.append(slave_dir.join('linux_vulkan_sdk', 'lib'))
182 ld_library_path.append(slave_dir.join('opencl_ocl_icd_linux'))
187 ld_library_path.append(neo_path)
198 ld_library_path.append(self.host_dirs.bin_dir.join('swiftshader_out'))
202 ld_library_path.append(clang_linux + '/msan')
211 ld_library_path.append(clang_linux + '/lib')
253 if ld_library_path:
254 env['LD_LIBRARY_PATH'] = ':'.join('%s' % p for p in ld_library_path)
/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc49 if (const char* ld_library_path = getenv("LD_LIBRARY_PATH")) { in GetDsoHandle() local
50 message += absl::StrCat("; LD_LIRARY_PATH: ", ld_library_path); in GetDsoHandle()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.12206 * testsuite/lib/libffi-dg.exp (libffi-init): Set ld_library_path
2215 gccdir. Adjust ld_library_path for gcc only if gccdir isn't
2221 to ld_library_path. Use add_path. Add just find_libgcc_s
2222 to ld_library_path, not every libgcc multilib directory.
4169 * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
/external/libffi/
DChangeLog.libffi-3.12206 * testsuite/lib/libffi-dg.exp (libffi-init): Set ld_library_path
2215 gccdir. Adjust ld_library_path for gcc only if gccdir isn't
2221 to ld_library_path. Use add_path. Add just find_libgcc_s
2222 to ld_library_path, not every libgcc multilib directory.
4169 * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.