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/libchrome/build/
Denv_dump.py36 full_cmd = [
41 output = subprocess.check_output(full_cmd)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbplatformutil.py49 full_cmd = ["adb"] + device_id_args + cmd
51 full_cmd,
/external/autotest/client/cros/
Dec.py92 full_cmd = 'ectool --name=%s %s' % (self._target, cmd)
93 logging.debug('Command: %s', full_cmd)
94 result = utils.system_output(full_cmd, **kwargs)
/external/autotest/server/hosts/
Dssh_host.py148 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
206 result = utils.run(full_cmd, timeout, True, stdout, stderr,
/external/autotest/server/
Dautotest.py953 full_cmd = self.get_background_cmd(section)
960 result = self.host.run(full_cmd, ignore_status=True,
/external/autotest/client/bin/
Dutils.py1615 full_cmd = 'ectool temps all'
1616 lines = utils.run(full_cmd, verbose=False).stdout.splitlines()