Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp64 int FastBootTest::MatchFastboot(usb_ifc_info* info, const std::string& local_serial) { in MatchFastboot() argument
73 if (!local_serial.empty() && local_serial != info->serial_number && in MatchFastboot()
74 local_serial != info->device_path) in MatchFastboot()
H A Dfixtures.h50 static int MatchFastboot(usb_ifc_info* info, const std::string& local_serial = "");
/aosp12/system/core/fastboot/
H A Dfastboot.cpp258 static int match_fastboot_with_serial(usb_ifc_info* info, const char* local_serial) { in match_fastboot_with_serial() argument
265 if (local_serial && (strcmp(local_serial, info->serial_number) != 0 && in match_fastboot_with_serial()
266 strcmp(local_serial, info->device_path) != 0)) return -1; in match_fastboot_with_serial()