Home
last modified time | relevance | path

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

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