Lines Matching full:board
436 """Get the name of the board, e.g., shamu, bat_land etc.
444 """Determine the correct board label for the device.
446 @returns a string representing this device's board.
448 board = self.get_board_name()
450 return constants.BOARD_PREFIX + '-'.join([board_os, board])
909 def repair(self, board=None, os=None):
912 @param board: Board name of the device. For host created in testbed,
914 the board name needs to be passed in from the testbed
930 subdir_tag = self.adb_serial if board else None
933 repair=True, board=board, os=os, subdir_tag=subdir_tag):
1448 board = build_info['build_target']
1450 android_utils.AndroidImageFiles.get_standalone_images(board)
1451 + android_utils.AndroidImageFiles.get_zipped_images(board))