Searched refs:ChrootRunCommand (Results 1 – 10 of 10) sorted by relevance
/external/toolchain-utils/ |
D | build_chromeos.py | 199 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(
|
D | build_tc.py | 74 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)
|
D | image_chromeos.py | 294 ret = cmd_executer.ChrootRunCommand(
|
/external/toolchain-utils/llvm_tools/ |
D | subprocess_helpers.py | 36 def ChrootRunCommand( function
|
D | update_chromeos_llvm_hash.py | 547 subprocess_helpers.ChrootRunCommand( 550 subprocess_helpers.ChrootRunCommand( 726 chroot_ebuild_str = subprocess_helpers.ChrootRunCommand(
|
/external/toolchain-utils/cros_utils/ |
D | buildbot_utils.py | 230 ret = ce.ChrootRunCommand(chromeos_root, command, print_to_console=False)
|
D | command_executer.py | 458 def ChrootRunCommand(self, *args, **kwargs): member in CommandExecuter
|
/external/toolchain-utils/crosperf/ |
D | download_images_unittest.py | 133 self.assertEqual(mock_cmd_exec.ChrootRunCommand.call_count, 0)
|
D | results_cache_unittest.py | 1378 self.result.ce.ChrootRunCommand = mock_chrootruncmd 1409 self.result.ce.ChrootRunCommand = mock_chrootruncmd
|
D | results_cache.py | 549 exit_code = self.ce.ChrootRunCommand(self.chromeos_root, command)
|