Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.c64 const char *device_name; member
317 uevent->device_name = NULL; in parse_event()
347 uevent->device_name = msg; in parse_event()
561 if (uevent->device_name) { in handle_generic_device_event()
567 snprintf(devpath, sizeof(devpath), "/dev/%s", uevent->device_name); in handle_generic_device_event()
/system/core/fastboot/
Dusb_windows.c342 const wchar_t* wchar_name = next_interface->device_name; in find_usb_device()
350 handle = do_usb_open(next_interface->device_name); in find_usb_device()
/system/core/adb/
Dusb_windows.c469 const wchar_t* wchar_name = next_interface->device_name; in find_devices()
480 handle = do_usb_open(next_interface->device_name); in find_devices()