Searched refs:full_cmd (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/site_tests/hardware_I2CProbe/ |
D | hardware_I2CProbe.py | 20 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/ |
D | mysql_bootstrap.py | 93 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/ |
D | ec.py | 51 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/ |
D | ssh_host.py | 82 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/ |
D | platform_ToolchainOptions.py | 159 full_cmd = self.get_cmd(cmd, find_options) 160 bad_files = utils.system_output(full_cmd)
|
/external/autotest/client/bin/ |
D | kernel.py | 455 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)
|
D | site_utils.py | 738 full_cmd = 'ectool temps all' 739 lines = utils.run(full_cmd, verbose=False).stdout.splitlines()
|
/external/autotest/server/ |
D | autotest.py | 702 full_cmd = self.get_background_cmd(section) 709 result = self.host.run(full_cmd, ignore_status=True,
|