Searched refs:d (Results 1 – 1 of 1) sorted by relevance
236 for d in os.listdir(rootpath):237 drives.append(os.path.join(rootpath, d))240 def has_info(d): argument242 return os.path.isfile(d + INFO_FILE)256 for d in get_drives():257 print(d, board_id(d))338 for d in drives:339 print("Flashing %s (%s)" % (d, board_id(d)))340 write_file(d + "/NEW.UF2", outbuf)
Completed in 3 milliseconds