Home
last modified time | relevance | path

Searched refs:path_to_winusb_dll (Results 1 – 1 of 1) sorted by relevance

/development/host/windows/usb/api/
DAdbWinApi.cpp66 wchar_t path_to_winusb_dll[MAX_PATH+1]; in AttachToAdbWinUsbApi() local
67 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()