Home
last modified time | relevance | path

Searched refs:run_command (Results 1 – 15 of 15) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py36 def run_command(self, cmd, block=True): member in LocalShell
113 self._host_shell.run_command('adb root')
118 def run_command(self, cmd): member in AdbShell
166 self._host_shell.run_command(cmd)
174 self._host_shell.run_command(cmd)
180 self._host_shell.run_command(cmd)
183 self._host_shell.run_command(cmd)
Dos_interface.py108 self.shell.run_command(cmd)
121 self.host_shell.run_command(cmd, block)
/external/autotest/server/site_tests/firmware_PDProtocol/
Dfirmware_PDProtocol.py62 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
92 def run_command(self, command): member in firmware_PDProtocol
126 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
135 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
/external/autotest/server/
Dsite_host_route.py19 output = self.run_command(["ip", "route", "get", self.host])
49 def run_command(self, args): member in LocalHostRoute
61 def run_command(self, args): member in RemoteHostRoute
/external/autotest/client/common_lib/
Dpackages.py145 self.run_command = package_manager._run_command
163 self.run_command(test_cmd % destpath)
174 dest_file_path = self.run_command(mktemp).stdout.strip()
180 self.run_command(http_cmd, _run_command_dargs={'timeout': 30})
185 self.run_command('rm -rf %s' % dest_file_path)
199 result = self.run_command(cmd,
210 self.run_command('rm -f %s' % dest_path)
219 self.run_command = package_manager._run_command
228 self.run_command('cp %s %s' % (local_path, dest_path))
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/
Dfirmware_CorruptRecoveryCache.py82 cmd_output = self.run_command(cmd)
90 def run_command(self, command): member in firmware_CorruptRecoveryCache
/external/vboot_reference/futility/
Dfutility.c274 int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) in run_command() function
319 return run_command(cmd, argc, argv); in main()
364 return run_command(cmd, argc, argv); in main()
/external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
Dfirmware_RecoveryCacheBootKeys.py50 def run_command(self, command): member in firmware_RecoveryCacheBootKeys
77 cmd_output = self.run_command(cmd)
/external/syslinux/com32/lua/doc/
Dsyslinux.asc49 .run_command(command)
55 syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw")
158 syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw")
161 syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw")
/external/toybox/toys/pending/
Dinit.c191 static void run_command(char *command) in run_command() function
268 run_command(x->command); in final_run()
399 run_command(x->command); in restart_init_handler()
/external/skia/tools/
Dfind_run_binary.py14 def run_command(args): function
/external/syslinux/com32/lua/test/
Dsimplemenu.lua31 sl.run_command (data)
/external/chromium-trace/catapult/telemetry/third_party/altgraph/
Dsetup.py779 self.run_command('egg_info')
781 self.run_command('build_ext')
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
Dsetup.py779 self.run_command('egg_info')
781 self.run_command('build_ext')
/external/syslinux/mk/
Dlib.mk157 syslinux/run_default.o syslinux/run_command.o \