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

  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader_priv.h 35 const char *library_paths);
45 const char *library_paths);
pipe_loader.c 66 const char *library_paths)
68 return dev->ops->create_screen(dev, library_paths);
73 const char *library_paths)
80 for (next = library_paths; *next; library_paths = next + 1) {
81 next = util_strchrnul(library_paths, ':');
82 len = next - library_paths;
86 len, library_paths,
pipe_loader.h 82 * \param library_paths Colon-separated list of filesystem paths that
88 const char *library_paths);
pipe_loader_sw.c 87 const char *library_paths)
93 sdev->lib = pipe_loader_find_module(dev, library_paths);
pipe_loader_drm.c 256 const char *library_paths)
262 ddev->lib = pipe_loader_find_module(dev, library_paths);
  /bionic/linker/
linker_namespaces.h 80 void set_ld_library_paths(std::vector<std::string>&& library_paths) {
81 ld_library_paths_ = library_paths;
87 void set_default_library_paths(std::vector<std::string>&& library_paths) {
88 default_library_paths_ = library_paths;
90 void set_default_library_paths(const std::vector<std::string>& library_paths) {
91 default_library_paths_ = library_paths;
  /external/libcxx/utils/libcxx/test/
target_info.py 91 library_paths = []
96 library_paths += [self.full_config.cxx_runtime_root]
99 library_paths += [self.full_config.abi_library_root]
100 if library_paths:
101 env['DYLD_LIBRARY_PATH'] = ':'.join(library_paths)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
target_info.py 91 library_paths = []
96 library_paths += [self.full_config.cxx_runtime_root]
99 library_paths += [self.full_config.abi_library_root]
100 if library_paths:
101 env['DYLD_LIBRARY_PATH'] = ':'.join(library_paths)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 711 library_paths = []
    [all...]
  /external/valgrind/perf/
tinycc.c 2421 char **library_paths; member in struct:TCCState
    [all...]

Completed in 214 milliseconds