Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c142 const char *library_paths) in pipe_loader_find_module() argument
149 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()
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/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/tensorflow/
Dconfigure.py169 library_paths = run_shell([
174 library_paths = [
182 all_paths = set(python_paths + library_paths)