Lines Matching refs:_board
49 self._board = board
71 image_dir = misc.GetImageDir(self._chromeos_root, self._board)
72 command = 'equery-%s l chromeos' % self._board
75 command = misc.GetSetupBoardCommand(self._board, usepkg=True)
79 command = misc.GetBuildPackagesCommand(self._board, True)
108 if not misc.DoesLabelExist(self._chromeos_root, self._board, label):
111 self._board, '--env=%r' % env_string,
127 misc.LabelLatestImage(self._chromeos_root, self._board, label)
135 """ % (self._board, self._remotes)
155 misc.GetImageDir(self._chromeos_root, self._board), label,
168 self._board), label, 'chromiumos_test_image.bin')
172 '--board=%s' % self._board]
179 '--cycler=all', '--board=%s' % self._board,
199 ctarget = misc.GetCtargetFromBoard(self._board, self._chromeos_root)