Lines Matching full:board
65 '--board',
66 dest='board',
67 help='Target board override.')
110 if options.board is None:
111 board = cmd_executer.CrosLearnBoard(options.chromeos_root, options.remote)
113 board = options.board
116 images_dir = misc.GetImageDir(options.chromeos_root, board)
164 board=board)
205 cros_flash_args = ['cros', 'flash', '--board=%s' % board,
281 def LocateOrCopyImage(chromeos_root, image, board=None):
283 if board is None:
286 board_glob = board
305 if board is None:
306 board = ''
307 base_dir = ('%s/src/build/images/%s' % (chromeos_root_realpath, board))