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

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

Completed in 22 milliseconds