Searched refs:path_to_winusb_dll (Results 1 – 1 of 1) sorted by relevance
66 wchar_t path_to_winusb_dll[MAX_PATH+1]; in AttachToAdbWinUsbApi() local67 if (!GetSystemDirectory(path_to_winusb_dll, MAX_PATH)) { in AttachToAdbWinUsbApi()70 wcscat(path_to_winusb_dll, L"\\WINUSB.DLL"); in AttachToAdbWinUsbApi()72 if (0xFFFFFFFF == GetFileAttributes(path_to_winusb_dll)) { in AttachToAdbWinUsbApi()