Searched refs:local_serial (Results 1 - 1 of 1) sorted by last modified time

/system/core/fastboot/
H A Dfastboot.c194 int match_fastboot_with_serial(usb_ifc_info *info, const char *local_serial) argument
215 if (local_serial && (strcmp(local_serial, info->serial_number) != 0 &&
216 strcmp(local_serial, info->device_path) != 0)) return -1;

Completed in 90 milliseconds