Home
last modified time | relevance | path

Searched refs:GetCommandExecuter (Results 1 – 25 of 39) sorted by relevance

12

/external/toolchain-utils/
Dtc_enter_chroot.py41 retv = command_executer.GetCommandExecuter().RunCommand(command)
47 retv = command_executer.GetCommandExecuter().RunCommand(command)
51 ce = command_executer.GetCommandExecuter()
67 ce = command_executer.GetCommandExecuter()
74 retv = command_executer.GetCommandExecuter().RunCommand(command)
230 retv = command_executer.GetCommandExecuter().RunCommand(command)
249 retv = command_executer.GetCommandExecuter().RunCommand('sudo rm -f ' +
256 retv = command_executer.GetCommandExecuter().RunCommand('chmod +x ' +
265 retv = command_executer.GetCommandExecuter().RunCommandGeneric(
270 ce = command_executer.GetCommandExecuter()
[all …]
Dimage_chromeos.py45 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
60 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
159 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
388 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
403 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
426 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
456 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
473 cmd_executer = command_executer.GetCommandExecuter(log_level=log_level)
Dauto_delete_nightly_test_data.py39 ce = command_executer.GetCommandExecuter(log_level='none')
113 ce = command_executer.GetCommandExecuter()
193 ce = command_executer.GetCommandExecuter()
216 ce = command_executer.GetCommandExecuter()
Dsetup_chromeos.py58 cmd_executer = command_executer.GetCommandExecuter()
239 cmd_executer = command_executer.GetCommandExecuter()
Dchromiumos_image_diff.py46 self._ce = command_executer.GetCommandExecuter()
151 command_executer.GetCommandExecuter().RunCommand('rm {0} {1}'.format(
204 cmde = command_executer.GetCommandExecuter()
Dremote_test.py50 ce = command_executer.GetCommandExecuter()
Dbuildbot_test_llvm.py95 self._ce = command_executer.GetCommandExecuter()
Dbuild_chromeos.py39 cmd_executer = command_executer.GetCommandExecuter()
Dbuildbot_test_toolchains.py93 self._ce = command_executer.GetCommandExecuter()
/external/toolchain-utils/cros_utils/
Dmisc.py32 ce = command_executer.GetCommandExecuter()
131 ce = command_executer.GetCommandExecuter()
198 ce = command_executer.GetCommandExecuter()
212 ce = command_executer.GetCommandExecuter()
253 ce = command_executer.GetCommandExecuter()
268 ce = command_executer.GetCommandExecuter()
321 return command_executer.GetCommandExecuter().RunCommand(
328 return command_executer.GetCommandExecuter().RunCommand(
336 return command_executer.GetCommandExecuter().RunCommand(
357 rv, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
[all …]
Dbuildbot_utils.py33 ce = command_executer.GetCommandExecuter()
215 ce = command_executer.GetCommandExecuter()
244 ce = command_executer.GetCommandExecuter()
274 ce = command_executer.GetCommandExecuter()
Dmachines.py24 ce = command_executer.GetCommandExecuter(log_level=logging_level)
Dcommand_executer_timeout_test.py31 ce = command_executer.GetCommandExecuter()
Dno_pseudo_terminal_test.py54 ce = command_executer.GetCommandExecuter()
Dfile_utils.py37 ce = command_executer.GetCommandExecuter(log_level=log_level)
Dmanifest_versions.py49 self.ce = command_executer.GetCommandExecuter()
Demail_sender.py196 ce = command_executer.GetCommandExecuter(log_level='none')
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_test.py92 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
335 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
358 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
368 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
515 _, out, _ = command_executer.GetCommandExecuter().RunCommandWOutput(
Dgen_init_list.py18 ce = command_executer.GetCommandExecuter()
/external/toolchain-utils/binary_search_tool/
Dbinary_search_perforce.py331 self.ce = command_executer.GetCommandExecuter()
430 self.current_ce = command_executer.GetCommandExecuter(job_logger)
446 ce = command_executer.GetCommandExecuter()
491 ce = command_executer.GetCommandExecuter()
Drun_bisect_tests.py134 ce = command_executer.GetCommandExecuter()
Dbinary_search_state.py89 self.ce = command_executer.GetCommandExecuter()
587 ce = command_executer.GetCommandExecuter()
648 bss.ce = command_executer.GetCommandExecuter()
/external/toolchain-utils/crosperf/
Dmachine_manager.py66 self.ce = cmd_exec or command_executer.GetCommandExecuter(
223 self.ce = cmd_exec or command_executer.GetCommandExecuter(
655 self.ce = command_executer.GetCommandExecuter(log_level=self.log_level)
/external/toolchain-utils/heatmaps/
Dheat_map.py42 self.ce = command_executer.GetCommandExecuter()
/external/toolchain-utils/go/chromeos/
Dsetup_chromeos_testing.py226 ce = command_executer.GetCommandExecuter()

12