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/libchrome/build/ |
D | env_dump.py | 36 full_cmd = [ 41 output = subprocess.check_output(full_cmd)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbplatformutil.py | 49 full_cmd = ["adb"] + device_id_args + cmd 51 full_cmd,
|
/external/autotest/client/cros/ |
D | ec.py | 92 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/ |
D | ssh_host.py | 148 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/ |
D | autotest.py | 953 full_cmd = self.get_background_cmd(section) 960 result = self.host.run(full_cmd, ignore_status=True,
|
/external/autotest/client/bin/ |
D | utils.py | 1615 full_cmd = 'ectool temps all' 1616 lines = utils.run(full_cmd, verbose=False).stdout.splitlines()
|