Home
last modified time | relevance | path

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

/external/toolchain-utils/
Dbuild_chromeos.py199 ret = cmd_executer.ChrootRunCommand(options.chromeos_root, command)
210 ret = cmd_executer.ChrootRunCommand(
241 ret = cmd_executer.ChrootRunCommand(
278 ret = cmd_executer.ChrootRunCommand(
314 ret = cmd_executer.ChrootRunCommand(
338 ret = cmd_executer.ChrootRunCommand(
Dbuild_tc.py74 self._ce.ChrootRunCommand(self._chromeos_root, command)
152 self._ce.ChrootRunCommand(self._chromeos_root, command)
187 rv = self._ce.ChrootRunCommand(self._chromeos_root, full_command)
195 rv = self._ce.ChrootRunCommand(self._chromeos_root, command)
Dimage_chromeos.py294 ret = cmd_executer.ChrootRunCommand(
/external/toolchain-utils/llvm_tools/
Dsubprocess_helpers.py36 def ChrootRunCommand( function
Dupdate_chromeos_llvm_hash.py547 subprocess_helpers.ChrootRunCommand(
550 subprocess_helpers.ChrootRunCommand(
726 chroot_ebuild_str = subprocess_helpers.ChrootRunCommand(
/external/toolchain-utils/cros_utils/
Dbuildbot_utils.py230 ret = ce.ChrootRunCommand(chromeos_root, command, print_to_console=False)
Dcommand_executer.py458 def ChrootRunCommand(self, *args, **kwargs): member in CommandExecuter
/external/toolchain-utils/crosperf/
Ddownload_images_unittest.py133 self.assertEqual(mock_cmd_exec.ChrootRunCommand.call_count, 0)
Dresults_cache_unittest.py1378 self.result.ce.ChrootRunCommand = mock_chrootruncmd
1409 self.result.ce.ChrootRunCommand = mock_chrootruncmd
Dresults_cache.py549 exit_code = self.ce.ChrootRunCommand(self.chromeos_root, command)