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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
linux.py 72 def _determine_architecture(filesystem, executive, driver_path):
74 if filesystem.isfile(driver_path):
76 file_output = executive.run_command(['file', '--brief', '--dereference', driver_path], return_stderr=True)
mock_drt.py 95 def _overriding_cmd_line(original_cmd_line, driver_path, python_exe, this_file, port_name):
98 index = cmd_line.index(driver_path)
base.py 360 driver_path = self._path_to_driver()
361 if not self._filesystem.exists(driver_path):
362 _log.error("%s was not found at %s" % (self.driver_name(), driver_path))
    [all...]
  /hardware/intel/common/libva/va/
va.c 215 char *driver_path = (char *) malloc( strlen(driver_dir) + local
218 if (!driver_path) {
225 strncpy( driver_path, driver_dir, strlen(driver_dir) + 1);
226 strncat( driver_path, "/", strlen("/") );
227 strncat( driver_path, driver_name, strlen(driver_name) );
228 strncat( driver_path, DRIVER_EXTENSION, strlen(DRIVER_EXTENSION) );
230 va_infoMessage("Trying to open %s\n", driver_path);
232 handle = dlopen( driver_path, RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE );
234 handle = dlopen( driver_path, RTLD_NOW| RTLD_GLOBAL);
238 if (0 == access( driver_path, F_OK)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.c 127 SDL_strlcpy(this->gl_config.driver_path, path, SDL_arraysize(this->gl_config.driver_path));
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 561 SDL_strlcpy(this->gl_config.driver_path, path,
562 SDL_arraysize(this->gl_config.driver_path));
564 *this->gl_config.driver_path = '\0';
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 655 SDL_strlcpy(_this->gl_config.driver_path, "libGL.so", SDL_arraysize(_this->gl_config.driver_path));
683 SDL_strlcpy(_this->gl_config.driver_path, path, SDL_arraysize(_this->gl_config.driver_path));
692 *_this->gl_config.driver_path = '\0';
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 641 SDL_strlcpy(this->gl_config.driver_path, path, SDL_arraysize(this->gl_config.driver_path));
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 313 char driver_path[256]; member in struct:SDL_VideoDevice::__anon33152
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 223 SDL_strlcpy(this->gl_config.driver_path, path,
224 SDL_arraysize(this->gl_config.driver_path));
226 *this->gl_config.driver_path = '\0';

Completed in 322 milliseconds