Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_windows.c342 const wchar_t* wchar_name = next_interface->device_name; in find_usb_device() local
344 L'\0' != *wchar_name; in find_usb_device()
345 wchar_name++, copy_name++) { in find_usb_device()
346 *copy_name = (char)(*wchar_name); in find_usb_device()
/system/core/adb/
Dusb_windows.c469 const wchar_t* wchar_name = next_interface->device_name; in find_devices() local
471 L'\0' != *wchar_name; in find_devices()
472 wchar_name++, copy_name++) { in find_devices()
473 *copy_name = (char)(*wchar_name); in find_devices()