HomeSort by relevance Sort by last modified time
    Searched refs:system_output (Results 151 - 175 of 176) sorted by null

1 2 3 4 5 67 8

  /external/autotest/client/cros/
network.py 121 return utils.system_output('%s %s' % (self.IPTABLES, command),
pkcs11.py 22 return utils.system_output(cmd + ' 2>&1', retain_output=True,
cros_disks.py 649 output = utils.system_output('losetup -j %s' % self._image_file.name)
681 logging.debug('blkid: %s', utils.system_output(
ownership.py 65 output = utils.system_output(cmd)
power_status.py     [all...]
  /external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py 230 out = utils.system_output('crossystem')
  /external/autotest/client/site_tests/platform_Firewall/
platform_Firewall.py 33 rule_output = utils.system_output("%s -S" % executable)
  /external/autotest/client/tests/ffsb/
ffsb.py 179 self.results = utils.system_output(cmd, retain_output=True)
  /external/autotest/client/tests/parallel_dd/
parallel_dd.py 87 line = utils.system_output('egrep ^%s %s' % (device, file))
  /external/autotest/client/tests/wb_kupdate/
wb_kupdate.py 131 output = utils.system_output(cmd)
  /external/autotest/server/
base_utils.py 184 for line in utils.system_output('ps -eo pid,cmd').rstrip().split('\n'):
  /external/autotest/server/site_tests/firmware_FWupdate/
firmware_FWupdate.py 74 output = utils.system_output(command)
  /external/autotest/site_utils/
backup_mysql_db.py 224 return utils.system_output(cmd)
  /external/autotest/tko/
site_parse.py 236 short_log = utils.system_output('tail -n %d %s' % (
  /external/autotest/client/bin/
base_sysinfo.py 327 cursor = utils.system_output(cmd)
442 journal.write(utils.system_output(cmd))
fio_util.py 323 logs = utils.system_output('ls *_%s.*log' % log_type, ignore_status=True)
  /external/autotest/client/site_tests/platform_EncryptedStateful/
platform_EncryptedStateful.py 186 k = long(utils.system_output("du -sk %s" % (self.block),
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 292 ext_temp_path = utils.system_output(
  /external/autotest/client/tests/netperf2/
netperf2.py 133 self.results.append(utils.system_output(cmd, retain_output=True))
  /external/autotest/client/cros/crash/
crash_test.py 546 script_output = utils.system_output(
user_crash_test.py 327 stack = utils.system_output('/usr/bin/minidump_stackwalk %s %s' %
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 385 chrome_version = utils.system_output(constants.CHROME_VERSION_COMMAND,
  /external/autotest/server/cros/servo/
servo.py 658 def system_output(self, command, timeout=3600, member in class:Servo
  /external/autotest/server/hosts/
cros_host.py     [all...]
servo_host.py 114 self._sudo_required = utils.system_output('id -u') != '0'
271 If the servo host is 'localhost', it will call utils.system_output.
    [all...]

Completed in 605 milliseconds

1 2 3 4 5 67 8