HomeSort by relevance Sort by last modified time
    Searched refs:system_output (Results 101 - 125 of 183) sorted by null

1 2 3 45 6 7 8

  /external/autotest/client/site_tests/security_Firewall/
security_Firewall.py 21 rules = utils.system_output("%s -S" % executable)
  /external/autotest/client/site_tests/security_RunOci/
security_RunOci.py 116 cmd_output = utils.system_output(
  /external/autotest/client/site_tests/security_SuidBinaries/
security_SuidBinaries.py 74 cmd_output = utils.system_output(cmd, ignore_status=True)
  /external/autotest/client/tests/bonnie/
bonnie.py 55 self.results.append(utils.system_output(cmd, retain_output=True))
  /external/autotest/client/cros/
network_chroot.py 98 utils.system_output('rm -rf --one-file-system %s' % self._temp_dir,
156 return utils.system_output("head -10000 %s" %
216 self._temp_dir = utils.system_output('mktemp -d /tmp/chroot.XXXXXXXXX')
power_rapl.py 141 return int(utils.system_output('iotools rdmsr %d %d' %
  /external/autotest/client/bin/
partition.py 61 for line in utils.system_output('mount').splitlines():
64 for line in utils.system_output('swapon -s').splitlines():
72 for line in utils.system_output('mount').splitlines():
189 uuid = utils.system_output('blkid -p -s UUID -o value %s' % p.device)
578 utils.system_output("yes | %s" % mkfs_cmd)
628 utils.system_output(fsck_cmd)
712 fuser = utils.system_output(cmd)
719 ps = utils.system_output('ps -p %s | sed 1d' % pid)
888 loop_path = utils.system_output(cmd)
932 device = utils.system_output(l_cmd
    [all...]
site_sysinfo.py 337 version_string = utils.system_output(constants.CHROME_VERSION_COMMAND,
345 lsb_lines = utils.system_output(
359 keyval["hwid"] = utils.system_output('crossystem hwid')
365 mainfw_type = utils.system_output('crossystem mainfw_type')
  /external/autotest/client/site_tests/platform_MemoryMonitor/
platform_MemoryMonitor.py 180 initctl = utils.system_output('initctl list')
188 pstree = utils.system_output('pstree -p %d' % main_process)
333 output = utils.system_output(cmd)
  /external/autotest/server/cros/
factory_install_test.py 147 contents = utils.system_output("sudo cat %s" % path)
168 offset = int(utils.system_output(common_args + " -b")) * 512
169 size = int(utils.system_output(common_args + " -s")) * 512
  /external/autotest/client/cros/image_comparison/
publisher.py 111 version_string = utils.system_output(
  /external/autotest/client/cros/ui/
ui_test_base.py 125 version_string = utils.system_output(
  /external/autotest/client/site_tests/hardware_Resolution/
hardware_Resolution.py 77 modetest_output = utils.system_output(_MODETEST_COMMAND)
  /external/autotest/client/site_tests/hardware_ch7036/
hardware_ch7036.py 25 cmd_out = utils.system_output(cmd, retain_output=True)
  /external/autotest/client/site_tests/kernel_ConfigVerify/
kernel_ConfigVerify.py 145 utils.system_output('uname -a'))
  /external/autotest/client/site_tests/network_UdevRename/
network_UdevRename.py 102 status_str = utils.system_output('initctl %s %s' % (action, service))
  /external/autotest/client/site_tests/platform_CUPSDaemon/
platform_CUPSDaemon.py 31 utils.system_output('lpstat -W all', timeout=10)
  /external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
platform_CryptohomeTPMReOwn.py 18 result = utils.system_output(cmd + ' 2>&1', retain_output=True,
  /external/autotest/client/site_tests/platform_InputVolume/
platform_InputVolume.py 99 output = utils.system_output(self.CTC_GREP_FOR + 'muted')
  /external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py 78 utils.system_output('stop powerd')
  /external/autotest/client/site_tests/power_Backlight/
power_Backlight.py 86 output = utils.system_output(cmd)
  /external/autotest/client/site_tests/security_NetworkListeners/
security_NetworkListeners.py 103 cmd_output = utils.system_output(cmd, ignore_status=True,