Lines Matching full:misc
12 from cros_utils import misc
71 image_dir = misc.GetImageDir(self._chromeos_root, self._board)
75 command = misc.GetSetupBoardCommand(self._board, usepkg=True)
79 command = misc.GetBuildPackagesCommand(self._board, True)
103 env_string = misc.GetEnvStringFromDict(env_dict)
107 label = misc.GetFilenameFromString(label)
108 if not misc.DoesLabelExist(self._chromeos_root, self._board, label):
127 misc.LabelLatestImage(self._chromeos_root, self._board, label)
155 misc.GetImageDir(self._chromeos_root, self._board), label,
167 misc.GetImageDir(self._chromeos_root,
199 ctarget = misc.GetCtargetFromBoard(self._board, self._chromeos_root)