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

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c2699 char* dev_path_no_guid = NULL; local
2727 safe_free(dev_path_no_guid);
2733 dev_path_no_guid = sanitize_path(strtok(dev_interface_details->DevicePath, "{"));
2734 if (safe_strncmp(dev_path_no_guid, priv->usb_interface[iface].path, safe_strlen(dev_path_no_guid)) == 0) {

Completed in 500 milliseconds