Searched refs:match_name (Results 1 – 1 of 1) sorted by relevance
172 wchar_t match_name[64]; in AdbCreateInterface() local175 swprintf(match_name, L"\\\\?\\usb#vid_%04x&pid_%04x#", in AdbCreateInterface()179 swprintf(match_name, L"\\\\?\\usb#vid_%04x&pid_%04x&mi_%02x#", in AdbCreateInterface()182 size_t match_len = wcslen(match_name); in AdbCreateInterface()187 if (0 == _wcsnicmp(match_name, in AdbCreateInterface()