Searched refs:ChrootRunCommand (Results 1 – 20 of 20) sorted by relevance
155 ret = cmd_executer.ChrootRunCommand(options.chromeos_root, command)162 ret = cmd_executer.ChrootRunCommand(options.chromeos_root,188 ret = cmd_executer.ChrootRunCommand(210 ret = cmd_executer.ChrootRunCommand(234 ret = cmd_executer.ChrootRunCommand(249 ret = cmd_executer.ChrootRunCommand(
182 ret = cmd_executer.ChrootRunCommand(options.chromeos_root,191 ret = cmd_executer.ChrootRunCommand(options.chromeos_root, command)200 ret = cmd_executer.ChrootRunCommand(
64 self._ce.ChrootRunCommand(self._chromeos_root, command)126 self._ce.ChrootRunCommand(self._chromeos_root, command)158 rv = self._ce.ChrootRunCommand(self._chromeos_root, full_command)164 rv = self._ce.ChrootRunCommand(self._chromeos_root, command)
122 ret = self._ce.ChrootRunCommand(self._chromeos_root, command)129 ret = self._ce.ChrootRunCommand(self._chromeos_root, command)202 retv = self._ce.ChrootRunCommand(self._chromeos_root, command)
44 ret = self._cmd_exec.ChrootRunCommand(self._chromeos_root,
78 ret_val = self._ce.ChrootRunCommand(self._chromeos_root, command)
50 retval = self.ce.ChrootRunCommand(self.chromeos_root, cmd)
57 ret = self._cmd_exec.ChrootRunCommand(self._chromeos_root,
148 ret_val = self._ce.ChrootRunCommand(self._chromeos_root, command)
223 ret = cmd_executer.ChrootRunCommand(options.chromeos_root,
512 rv = self._ce.ChrootRunCommand(self._chromeos_root,
189 ret = self._executer.ChrootRunCommand(self._chromeos_root, (201 ret = self._executer.ChrootRunCommand(self._chromeos_root,210 ret = self._executer.ChrootRunCommand(self._chromeos_root,247 self._executer.ChrootRunCommand(self._chromeos_root, cmd)253 self._executer.ChrootRunCommand(self._chromeos_root, cmd)258 ret = self._executer.ChrootRunCommand(self._chromeos_root, cmd)
315 ret = self._executer.ChrootRunCommand(self._chromeos_root, (327 self._executer.ChrootRunCommand(self._chromeos_root, cmd)
73 ret = self._ce.ChrootRunCommand(self._chromeos_root, command)76 ret = self._ce.ChrootRunCommand(self._chromeos_root, command)80 ret = self._ce.ChrootRunCommand(self._chromeos_root, command)
231 retval = cmd_executer.ChrootRunCommand(options.chromeos_root,237 retval = cmd_executer.ChrootRunCommand(
93 self.assertEqual(mock_cmd_exec.ChrootRunCommand.call_count, 0)
251 self.ce.ChrootRunCommand(self.chromeos_root, command)
542 self.result.ce.ChrootRunCommand = mock_chrootruncmd
367 ret = ce.ChrootRunCommand(chromeos_root, command, print_to_console=False)
390 def ChrootRunCommand(self, *args, **kwargs): member in CommandExecuter