Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp192 int match_fastboot_with_serial(usb_ifc_info *info, const char *local_serial) in match_fastboot_with_serial() argument
213 if (local_serial && (strcmp(local_serial, info->serial_number) != 0 && in match_fastboot_with_serial()
214 strcmp(local_serial, info->device_path) != 0)) return -1; in match_fastboot_with_serial()