Home | History | Annotate | Download | only in toolchain-utils

Lines Matching full:misc

15 from cros_utils import misc
71 misc.GetImageDir(self._chromeos_root, self._board), 'latest')
91 not misc.DoesLabelExist(self._chromeos_root, self._board, label)):
107 if not misc.DoesLabelExist(self._chromeos_root, self._board, 'vanilla'):
111 misc.LabelLatestImage(self._chromeos_root, self._board, label,
114 misc.LabelLatestImage(self._chromeos_root, self._board, label)
118 env_string = misc.GetEnvStringFromDict(env_dict)
119 command = ('%s %s' % (env_string, misc.GetSetupBoardCommand(
127 misc.GetCtargetFromBoard(self._board, self._chromeos_root))
252 misc.GetImageDir(self._chromeos_root, self._board), label,
289 if not misc.DoesLabelExist(self._chromeos_root, self._board, label):