Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_windows.c329 char* copy_name; in find_usb_device() local
343 for(copy_name = interf_name; in find_usb_device()
345 wchar_name++, copy_name++) { in find_usb_device()
346 *copy_name = (char)(*wchar_name); in find_usb_device()
348 *copy_name = '\0'; in find_usb_device()
/system/core/adb/
Dusb_windows.c456 char* copy_name; in find_devices() local
470 for(copy_name = interf_name; in find_devices()
472 wchar_name++, copy_name++) { in find_devices()
473 *copy_name = (char)(*wchar_name); in find_devices()
475 *copy_name = '\0'; in find_devices()