Searched refs:wchar_name (Results 1 - 2 of 2) sorted by path

/system/core/adb/
H A Dusb_windows.c469 const wchar_t* wchar_name = next_interface->device_name; local
471 L'\0' != *wchar_name;
472 wchar_name++, copy_name++) {
473 *copy_name = (char)(*wchar_name);
/system/core/fastboot/
H A Dusb_windows.c340 const wchar_t* wchar_name = next_interface->device_name; local
342 L'\0' != *wchar_name;
343 wchar_name++, copy_name++) {
344 *copy_name = (char)(*wchar_name);

Completed in 172 milliseconds