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/init/
H A Ddevices.c68 const char *device_name; member in struct:uevent
315 uevent->device_name = NULL;
345 uevent->device_name = msg;
563 if (uevent->device_name) {
569 snprintf(devpath, sizeof(devpath), "/dev/%s", uevent->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);

Completed in 63 milliseconds