Lines Matching full:board
61 # Get the board name
133 self.board,
174 """Get the board.
176 If this is in replay mode, get the board from the replay directory.
177 Otherwise, get the board name from current chromebook machine.
181 self.board = firmware_utils.get_board_from_directory(replay_dir)
182 if self.board is None:
183 msg = 'Error: cannot get the board from the replay directory %s'
186 self.board = firmware_utils.get_board()
187 print ' board: %s' % self.board
212 board = self.board
217 (conf.device_description_dir, '%s.%s' % (board, device_ext),)
233 filename = '%s.%s' % (self.board, self._get_device_ext())
236 filepath, self.board):
249 self.board,
326 # The board argument is used to locate the proper bucket directory