Home
last modified time | relevance | path

Searched refs:full_cmd (Results 1 – 6 of 6) 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.py71 full_cmd = 'ectool --name=%s %s' % (self._target, cmd)
72 result = utils.system_output(full_cmd, **kwargs)
73 logging.debug('Command: %s', full_cmd)
/external/autotest/client/site_tests/platform_ToolchainOptions/
Dplatform_ToolchainOptions.py165 full_cmd = self.get_cmd(cmd, find_options)
166 bad_files = utils.system_output(full_cmd)
/external/autotest/server/hosts/
Dssh_host.py122 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
180 result = utils.run(full_cmd, timeout, True, stdout, stderr,
/external/autotest/client/bin/
Dutils.py1768 full_cmd = 'ectool temps all'
1769 lines = utils.run(full_cmd, verbose=False).stdout.splitlines()