Searched refs:ChrootRunCommand (Results 1 – 18 of 18) sorted by relevance
162 ret = cmd_executer.ChrootRunCommand(options.chromeos_root, command)169 ret = cmd_executer.ChrootRunCommand(options.chromeos_root,195 ret = cmd_executer.ChrootRunCommand(217 ret = cmd_executer.ChrootRunCommand(241 ret = cmd_executer.ChrootRunCommand(256 ret = cmd_executer.ChrootRunCommand(
192 ret = cmd_executer.ChrootRunCommand(202 ret = cmd_executer.ChrootRunCommand(options.chromeos_root, command)211 ret = cmd_executer.ChrootRunCommand(options.chromeos_root,
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)
121 ret = self._ce.ChrootRunCommand(self._chromeos_root, command)128 ret = self._ce.ChrootRunCommand(self._chromeos_root, command)201 retv = self._ce.ChrootRunCommand(self._chromeos_root, command)
46 ret = self._cmd_exec.ChrootRunCommand(
51 retval = self.ce.ChrootRunCommand(self.chromeos_root, cmd)
59 ret = self._cmd_exec.ChrootRunCommand(
272 ret = cmd_executer.ChrootRunCommand(
498 rv = self._ce.ChrootRunCommand(
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(
212 ret = ce.ChrootRunCommand(chromeos_root, command, print_to_console=False)
394 def ChrootRunCommand(self, *args, **kwargs): member in CommandExecuter
93 self.assertEqual(mock_cmd_exec.ChrootRunCommand.call_count, 0)
249 self.ce.ChrootRunCommand(self.chromeos_root, command)
544 self.result.ce.ChrootRunCommand = mock_chrootruncmd