Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp62 int FastBootTest::MatchFastboot(usb_ifc_info* info, const std::string& local_serial) { in MatchFastboot() argument
71 if (!local_serial.empty() && local_serial != info->serial_number && in MatchFastboot()
72 local_serial != info->device_path) in MatchFastboot()
Dfixtures.h49 static int MatchFastboot(usb_ifc_info* info, const std::string& local_serial = "");
/system/core/fastboot/
Dfastboot.cpp237 static int match_fastboot_with_serial(usb_ifc_info* info, const char* local_serial) { in match_fastboot_with_serial() argument
244 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()