Lines Matching refs:_chromeos_root
43 self._chromeos_root = chromeos_root
49 command = 'cd %s; cros_sdk --delete' % self._chromeos_root
54 command = 'sudo rm -rf %s' % os.path.join(self._chromeos_root, '.cache')
71 misc.GetImageDir(self._chromeos_root, self._board), 'latest')
91 not misc.DoesLabelExist(self._chromeos_root, self._board, label)):
93 build_chromeos.__file__, '--chromeos_root=%s' % self._chromeos_root,
107 if not misc.DoesLabelExist(self._chromeos_root, self._board, 'vanilla'):
109 full_vanilla_path = os.path.join(os.getcwd(), self._chromeos_root,
111 misc.LabelLatestImage(self._chromeos_root, self._board, label,
114 misc.LabelLatestImage(self._chromeos_root, self._board, label)
121 ret = self._ce.ChrootRunCommand(self._chromeos_root, command)
127 misc.GetCtargetFromBoard(self._board, self._chromeos_root))
128 ret = self._ce.ChrootRunCommand(self._chromeos_root, command)
134 if not os.path.exists(self._chromeos_root):
135 setup_chromeos_args = ['--dir=%s' % self._chromeos_root]
169 self._chromeos_root = 'chromeos'
182 ChromeOSCheckout.__init__(self, board, self._chromeos_root)
188 dest = os.path.join(current_dir, self._chromeos_root,
201 retv = self._ce.ChrootRunCommand(self._chromeos_root, command)
242 """ % (self._chromeos_root, build_name)
252 misc.GetImageDir(self._chromeos_root, self._board), label,
289 if not misc.DoesLabelExist(self._chromeos_root, self._board, label):