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

  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
kernel_ExternalUsbPeripheralsDetectionTest.py 152 driver_path = os.path.join(vendor_ids[vid],
154 if self._exists_on(driver_path):
158 % driver_path, ignore_status=True)
163 % (peripheral, driver_path))
  /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/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
kernel_ExternalUsbPeripheralsDetectionStress.py 91 driver_path = os.path.join(devicePath,
93 if self._exists_on(driver_path):
97 % driver_path, ignore_status=True)
  /external/autotest/client/cros/multimedia/
usb_facade_native.py 395 driver_path = self._USB_BOUND_DRIVERS_FILE_PATH % self._device_bus_id
396 return os.path.exists(driver_path)
  /external/autotest/client/bin/net/
net_utils.py 182 driver_path = os.readlink('/sys/class/net/%s/device/driver' %
184 return os.path.basename(driver_path)

Completed in 91 milliseconds