Searched refs:local_serial (Results 1 – 3 of 3) sorted by relevance
62 int FastBootTest::MatchFastboot(usb_ifc_info* info, const std::string& local_serial) { in MatchFastboot() argument71 if (!local_serial.empty() && local_serial != info->serial_number && in MatchFastboot()72 local_serial != info->device_path) in MatchFastboot()
49 static int MatchFastboot(usb_ifc_info* info, const std::string& local_serial = "");
237 static int match_fastboot_with_serial(usb_ifc_info* info, const char* local_serial) { in match_fastboot_with_serial() argument244 if (local_serial && (strcmp(local_serial, info->serial_number) != 0 && in match_fastboot_with_serial()245 strcmp(local_serial, info->device_path) != 0)) return -1; in match_fastboot_with_serial()