Searched refs:ChrootRunCommand (Results 1 – 13 of 13) sorted by relevance
/external/toolchain-utils/ |
D | build_chromeos.py | 166 ret = cmd_executer.ChrootRunCommand(options.chromeos_root, command) 173 ret = cmd_executer.ChrootRunCommand( 198 ret = cmd_executer.ChrootRunCommand( 220 ret = cmd_executer.ChrootRunCommand( 244 ret = cmd_executer.ChrootRunCommand( 259 ret = cmd_executer.ChrootRunCommand(
|
D | build_tc.py | 64 self._ce.ChrootRunCommand(self._chromeos_root, command) 127 self._ce.ChrootRunCommand(self._chromeos_root, command) 159 rv = self._ce.ChrootRunCommand(self._chromeos_root, full_command) 165 rv = self._ce.ChrootRunCommand(self._chromeos_root, command)
|
D | auto_delete_nightly_test_data.py | 210 return ce.ChrootRunCommand(
|
D | image_chromeos.py | 271 ret = cmd_executer.ChrootRunCommand(
|
/external/toolchain-utils/llvm_tools/ |
D | update_tryjob_status.py | 19 from subprocess_helpers import ChrootRunCommand 176 tryjob_json = ChrootRunCommand(chroot_path, get_buildbucket_id_cmd)
|
D | subprocess_helpers.py | 40 def ChrootRunCommand(chroot_path, cmd, verbose=False): function
|
D | llvm_patch_management.py | 124 chroot_ebuild_path = subprocess_helpers.ChrootRunCommand(
|
/external/toolchain-utils/heatmaps/ |
D | heat_map.py | 71 retval = self.ce.ChrootRunCommand(self.chromeos_root, cmd)
|
/external/toolchain-utils/cros_utils/ |
D | buildbot_utils.py | 218 ret = ce.ChrootRunCommand(chromeos_root, command, print_to_console=False)
|
D | command_executer.py | 416 def ChrootRunCommand(self, *args, **kwargs): member in CommandExecuter
|
/external/toolchain-utils/crosperf/ |
D | download_images_unittest.py | 97 self.assertEqual(mock_cmd_exec.ChrootRunCommand.call_count, 0)
|
D | results_cache_unittest.py | 1237 self.result.ce.ChrootRunCommand = mock_chrootruncmd 1256 self.result.ce.ChrootRunCommand = mock_chrootruncmd
|
D | results_cache.py | 435 exit_code = self.ce.ChrootRunCommand(self.chromeos_root, command)
|