Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_windows.c335 char* copy_name; in find_usb_device() local
349 for(copy_name = interf_name; in find_usb_device()
351 wchar_name++, copy_name++) { in find_usb_device()
352 *copy_name = (char)(*wchar_name); in find_usb_device()
354 *copy_name = '\0'; in find_usb_device()
/system/core/adb/
Dusb_windows.cpp460 char* copy_name; in find_devices() local
474 for(copy_name = interf_name; in find_devices()
476 wchar_name++, copy_name++) { in find_devices()
477 *copy_name = (char)(*wchar_name); in find_devices()
479 *copy_name = '\0'; in find_devices()