Searched refs:dev_id_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c1352 char* dev_id_path = NULL; local
1398 safe_free(dev_id_path);
1442 dev_id_path = sanitize_path(path);
1443 if (dev_id_path == NULL) {
1449 usbi_dbg("PRO: %s", dev_id_path);
1459 dev_id_path, windows_error_str(0));
1475 usbi_info(ctx, "The following device has no driver: '%s'", dev_id_path);
1507 dev_id_path, windows_error_str(0));
1510 dev_id_path, install_state);
1534 usbi_dbg("unlisted ancestor for '%s' (non USB HID, newly connected, etc.) - ignoring", dev_id_path);
[all...]

Completed in 2919 milliseconds