Home
last modified time | relevance | path

Searched refs:library_paths (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c162 const char *library_paths) in pipe_loader_find_module() argument
169 for (next = library_paths; *next; library_paths = next + 1) { in pipe_loader_find_module()
170 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()
171 len = next - library_paths; in pipe_loader_find_module()
175 len, library_paths, in pipe_loader_find_module()
Dpipe_loader_priv.h48 const char *library_paths);
/external/libcxx/utils/libcxx/test/
Dtarget_info.py145 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)
/external/tensorflow/third_party/py/
Dpython_configure.bzl106 " library_paths = site.getsitepackages()",
109 " library_paths = [get_python_lib()]",
110 "all_paths = set(python_paths + library_paths)",
/external/grpc-grpc/third_party/py/
Dpython_configure.bzl181 " library_paths = site.getsitepackages()\n" +
184 " library_paths = [get_python_lib()]\n" +
185 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" +
/external/rust/crates/grpcio-sys/grpc/third_party/py/
Dpython_configure.bzl202 " library_paths = site.getsitepackages()\n" +
205 " library_paths = [get_python_lib()]\n" +
206 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" +
/external/tensorflow/
Dconfigure.py172 library_paths = run_shell([
178 library_paths = [
186 all_paths = set(python_paths + library_paths)
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout1238 char **library_paths;