Home | History | Annotate | Download | only in build

Lines Matching refs:serial

38     def __init__(self, serial="", customflasher_path=""):
41 If serial not provided, find single device connected. Error if
45 serial: optional string, serial number for the device.
49 if serial != "":
51 serial, device_callback_port=-1)
67 def SetSerial(self, serial):
68 """Sets device serial.
71 serial: string, a device serial.
76 if not serial:
77 print("no serial is given to BuildFlasher.SetSerial.")
81 serial, device_callback_port=-1)