Home
last modified time | relevance | path

Searched refs:ChrootRunCommand (Results 1 – 18 of 18) sorted by relevance

/external/toolchain-utils/
Dbuild_chromeos.py162 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(
Dbuild_chrome_browser.py192 ret = cmd_executer.ChrootRunCommand(
202 ret = cmd_executer.ChrootRunCommand(options.chromeos_root, command)
211 ret = cmd_executer.ChrootRunCommand(options.chromeos_root,
Dbuild_tc.py64 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)
Dtest_toolchains.py121 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)
Dtest_gdb_dejagnu.py46 ret = self._cmd_exec.ChrootRunCommand(
Dheat_map.py51 retval = self.ce.ChrootRunCommand(self.chromeos_root, cmd)
Dtest_gcc_dejagnu.py59 ret = self._cmd_exec.ChrootRunCommand(
Dimage_chromeos.py272 ret = cmd_executer.ChrootRunCommand(
Dbuild_tool.py498 rv = self._ce.ChrootRunCommand(
/external/toolchain-utils/dejagnu/
Dgdb_dejagnu.py189 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)
Drun_dejagnu.py315 ret = self._executer.ChrootRunCommand(self._chromeos_root, (
327 self._executer.ChrootRunCommand(self._chromeos_root, cmd)
/external/toolchain-utils/fdo_scripts/
Dvanilla_vs_fdo.py73 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)
/external/toolchain-utils/deprecated/
Dbuild_benchmarks.py231 retval = cmd_executer.ChrootRunCommand(options.chromeos_root,
237 retval = cmd_executer.ChrootRunCommand(
/external/toolchain-utils/cros_utils/
Dbuildbot_utils.py212 ret = ce.ChrootRunCommand(chromeos_root, command, print_to_console=False)
Dcommand_executer.py394 def ChrootRunCommand(self, *args, **kwargs): member in CommandExecuter
/external/toolchain-utils/crosperf/
Ddownload_images_unittest.py93 self.assertEqual(mock_cmd_exec.ChrootRunCommand.call_count, 0)
Dresults_cache.py249 self.ce.ChrootRunCommand(self.chromeos_root, command)
Dresults_cache_unittest.py544 self.result.ce.ChrootRunCommand = mock_chrootruncmd