Home
last modified time | relevance | path

Searched refs:full_cmd (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/hardware_I2CProbe/
Dhardware_I2CProbe.py20 full_cmd = 'i2cdetect -y %d 0x%x 0x%x' % (bus, addr, addr)
21 result = utils.system_output(full_cmd)
22 logging.debug('Command: %s', full_cmd)
/external/autotest/site_utils/
Dmysql_bootstrap.py93 def execute(dest_server, full_cmd): argument
102 return infra.execute_command(dest_server, full_cmd)
105 (full_cmd, dest_server))
/external/autotest/client/cros/
Dec.py51 full_cmd = 'ectool --name=%s %s' % (self._target, cmd)
52 result = utils.system_output(full_cmd, **kwargs)
53 logging.debug('Command: %s', full_cmd)
/external/autotest/server/hosts/
Dssh_host.py82 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
95 result = utils.run(full_cmd, timeout, True, stdout, stderr,
/external/autotest/client/site_tests/platform_ToolchainOptions/
Dplatform_ToolchainOptions.py159 full_cmd = self.get_cmd(cmd, find_options)
160 bad_files = utils.system_output(full_cmd)
/external/autotest/client/bin/
Dkernel.py455 full_cmd = '%s -f %s %s' % (cmd, initrd, version)
458 full_cmd = '%s %s %s %s' % (cmd, args, initrd, version)
459 utils.system(full_cmd)
Dsite_utils.py738 full_cmd = 'ectool temps all'
739 lines = utils.run(full_cmd, verbose=False).stdout.splitlines()
/external/autotest/server/
Dautotest.py702 full_cmd = self.get_background_cmd(section)
709 result = self.host.run(full_cmd, ignore_status=True,