HomeSort by relevance Sort by last modified time
    Searched refs:ld_library_path (Results 1 - 23 of 23) sorted by null

  /external/vulkan-validation-layers/tests/
run_wrap_objects_tests.sh 6 ld_library_path=$LD_LIBRARY_PATH:`pwd`/layers:../layers
10 LD_LIBRARY_PATH=$ld_library_path \
37 LD_LIBRARY_PATH=$ld_library_path \
64 LD_LIBRARY_PATH=$ld_library_path \
91 LD_LIBRARY_PATH=$ld_library_path \
    [all...]
  /test/vts/testcases/template/binary_test/
binary_test_case.py 46 ld_library_path: string, a path for LD_LIBRARY_PATH environment variable.
64 ld_library_path=None,
76 self.ld_library_path = ld_library_path
129 ld_library_path = ('LD_LIBRARY_PATH=%s ' % self.ld_library_path
130 if self.ld_library_path else '')
132 if ld_library_path
208 def ld_library_path(self): member in class:BinaryTestCase
213 def ld_library_path(self, ld_library_path): member in class:BinaryTestCase
    [all...]
binary_test.py 162 self.ld_library_path = {
174 if tag in self.ld_library_path:
175 self.ld_library_path[tag] = '{}:{}'.format(
176 path, self.ld_library_path[tag])
178 self.ld_library_path[tag] = path
485 ld_library_path = self.ld_library_path[
486 tag] if tag in self.ld_library_path else None
497 ld_library_path,
  /system/core/libnativeloader/include/nativeloader/
dlext_namespaces.h 44 * ld_library_path and default_library_path.
70 * ld_library_path and default_library_path represent the search path
74 * 1. ld_library_path (Think of this as namespace-local LD_LIBRARY_PATH)
80 * the search_path is ld_library_path:default_library_path. Note that the
88 const char* ld_library_path,
  /bionic/libdl/
libdl.cpp 61 void __loader_android_update_LD_LIBRARY_PATH(const char* ld_library_path);
82 const char* ld_library_path,
157 void android_update_LD_LIBRARY_PATH(const char* ld_library_path) {
158 __loader_android_update_LD_LIBRARY_PATH(ld_library_path);
185 const char* ld_library_path,
192 ld_library_path,
  /bionic/tests/
dlext_private.h 44 * ld_library_path and default_library_path.
70 * ld_library_path and default_library_path represent the search path
74 * 1. ld_library_path (Think of this as namespace-local LD_LIBRARY_PATH)
80 * the search_path is ld_library_path:default_library_path. Note that the
88 const char* ld_library_path,
  /system/core/libnativebridge/include/nativebridge/
native_bridge.h 135 // 1. ld_library_path (Think of this as namespace-local LD_LIBRARY_PATH)
142 const char* ld_library_path,
307 // ld_library_path [IN] the first set of library search paths of the namespace.
318 const char* ld_library_path,
  /test/vts/testcases/template/gtest_binary_test/
gtest_binary_test.py 86 ld_library_path = self.ld_library_path[
87 tag] if tag in self.ld_library_path else None
99 ld_library_path,
122 working_directory, ld_library_path, profiling_library_path,
139 ld_library_path, profiling_library_path, envp=envp)
  /external/libffi/testsuite/lib/
libffi.exp 102 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"
target-libpath.exp 35 global ld_library_path
73 if [info exists env(LD_LIBRARY_PATH)] {
74 set orig_ld_library_path "$env(LD_LIBRARY_PATH)"
113 # It only sets SHLIB_PATH and LD_LIBRARY_PATH when it executes a
116 # On IRIX 6, we have to set variables akin to LD_LIBRARY_PATH, but
121 # of LD_LIBRARY_PATH, and in other cases LD_LIBRARY_PATH is used if the
124 # Doing this is somewhat of a hack as ld_library_path gets repeated in
125 # SHLIB_PATH and LD_LIBRARY_PATH when unix_load sets these variables.
127 setenv LD_LIBRARY_PATH "$ld_library_path:$orig_ld_library_path
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
libffi.exp 102 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"
target-libpath.exp 35 global ld_library_path
73 if [info exists env(LD_LIBRARY_PATH)] {
74 set orig_ld_library_path "$env(LD_LIBRARY_PATH)"
113 # It only sets SHLIB_PATH and LD_LIBRARY_PATH when it executes a
116 # On IRIX 6, we have to set variables akin to LD_LIBRARY_PATH, but
121 # of LD_LIBRARY_PATH, and in other cases LD_LIBRARY_PATH is used if the
124 # Doing this is somewhat of a hack as ld_library_path gets repeated in
125 # SHLIB_PATH and LD_LIBRARY_PATH when unix_load sets these variables.
127 setenv LD_LIBRARY_PATH "$ld_library_path:$orig_ld_library_path
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/lib/
libffi.exp 102 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"
target-libpath.exp 35 global ld_library_path
73 if [info exists env(LD_LIBRARY_PATH)] {
74 set orig_ld_library_path "$env(LD_LIBRARY_PATH)"
113 # It only sets SHLIB_PATH and LD_LIBRARY_PATH when it executes a
116 # On IRIX 6, we have to set variables akin to LD_LIBRARY_PATH, but
121 # of LD_LIBRARY_PATH, and in other cases LD_LIBRARY_PATH is used if the
124 # Doing this is somewhat of a hack as ld_library_path gets repeated in
125 # SHLIB_PATH and LD_LIBRARY_PATH when unix_load sets these variables.
127 setenv LD_LIBRARY_PATH "$ld_library_path:$orig_ld_library_path
    [all...]
  /bionic/linker/
dlfcn.cpp 49 const char* ld_library_path,
71 void __loader_android_update_LD_LIBRARY_PATH(const char* ld_library_path) __LINKER_PUBLIC__;
126 void __loader_android_update_LD_LIBRARY_PATH(const char* ld_library_path) {
128 do_android_update_LD_LIBRARY_PATH(ld_library_path);
234 const char* ld_library_path,
244 ld_library_path,
linker.h 109 void do_android_update_LD_LIBRARY_PATH(const char* ld_library_path);
145 * ld_library_path and default_library_path.
172 const char* ld_library_path,
linker.cpp 1082 // Otherwise we try LD_LIBRARY_PATH first, and fall back to the default library path
    [all...]
  /frameworks/native/libs/graphicsenv/
GraphicsEnv.cpp 30 const char* ld_library_path,
95 nullptr, // ld_library_path
  /external/skia/infra/bots/recipe_modules/flavor/
gn_flavor.py 281 ld_library_path = []
295 ld_library_path.append(dri_path)
301 ld_library_path.append(slave_dir.join('linux_vulkan_sdk', 'lib'))
305 ld_library_path.append(clang_linux + '/msan')
314 ld_library_path.append(clang_linux + '/lib')
338 if ld_library_path:
339 env['LD_LIBRARY_PATH'] = ':'.join('%s' % p for p in ld_library_path)
  /external/skqp/infra/bots/recipe_modules/flavor/
gn_flavor.py 276 ld_library_path = []
290 ld_library_path.append(dri_path)
296 ld_library_path.append(slave_dir.join('linux_vulkan_sdk', 'lib'))
311 ld_library_path.append(clang_linux + '/msan')
328 if ld_library_path:
329 env['LD_LIBRARY_PATH'] = ':'.join('%s' % p for p in ld_library_path)
  /external/tensorflow/tensorflow/stream_executor/
dso_loader.cc 140 char* ld_library_path = getenv("LD_LIBRARY_PATH"); local
144 << ". LD_LIBRARY_PATH: "
145 << (ld_library_path != nullptr ? ld_library_path : "")
  /system/core/libnativebridge/
native_bridge.cc 576 const char* ld_library_path,
584 ld_library_path,
  /art/test/115-native-bridge/
nativebridge.cc 627 const char* ld_library_path ATTRIBUTE_UNUSED,

Completed in 515 milliseconds