Searched refs:device_name (Results 1 - 3 of 3) sorted by relevance

/system/core/fastboot/
H A Dusb_windows.c342 const wchar_t* wchar_name = next_interface->device_name;
350 handle = do_usb_open(next_interface->device_name);
/system/core/adb/
H A Dusb_windows.c469 const wchar_t* wchar_name = next_interface->device_name;
480 handle = do_usb_open(next_interface->device_name);
/system/core/init/
H A Ddevices.c64 const char *device_name; member in struct:uevent
326 uevent->device_name = NULL;
356 uevent->device_name = msg;
572 if (uevent->device_name) {
578 snprintf(devpath, sizeof(devpath), "/dev/%s", uevent->device_name);

Completed in 336 milliseconds