Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp237 static int match_fastboot_with_serial(usb_ifc_info* info, const char* local_serial) { in match_fastboot_with_serial() function
250 return match_fastboot_with_serial(info, serial); in match_fastboot()
254 if (match_fastboot_with_serial(info, nullptr) == 0) { in list_devices_callback()