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

1 23 4 5 6 7 8

  /external/autotest/client/bin/
utils.py 66 run_cmd = utils.system_output
243 vmlinux = '/boot/vmlinux-%s' % utils.system_output('uname -r')
246 vmlinux = '/lib/modules/%s/build/vmlinux' % utils.system_output('uname -r')
257 map = '/boot/System.map-%s' % utils.system_output('uname -r')
260 map = '/lib/modules/%s/build/System.map' % utils.system_output('uname -r')
268 kernel_version = utils.system_output('uname -r')
429 file_data = utils.system_output('file -L ' + filename)
478 return utils.system_output(cmd).splitlines()
483 meminfo = utils.system_output('grep %s /proc/meminfo' % key)
665 version = utils.system_output('uname -r'
    [all...]
  /external/autotest/client/site_tests/graphics_GpuReset/
graphics_GpuReset.py 54 status_output = utils.system_output('initctl status ui')
72 summary += utils.system_output(cmd, retain_output=True)
  /external/autotest/client/site_tests/network_WiFiResume/
network_WiFiResume.py 64 return utils.system_output('iwconfig 2>/dev/null | (read i x; echo $i)')
79 return utils.system_output(cmd % dev) or None
  /external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
platform_SessionManagerBlockDevmodeSetting.py 23 return utils.system_output('crossystem block_devmode') == '1'
41 if utils.system_output('crossystem mainfw_type') == 'nonchrome':
  /external/autotest/client/tests/reaim/
reaim.py 64 results.append(utils.system_output(cmd, retain_output=True))
69 results.append(utils.system_output(cmd, retain_output=True))
  /external/autotest/server/cros/
usb_mux_controller.py 97 if 'gpio' + pin not in self.host.servo.system_output(LS_GPIO_DIRECTORY):
127 if 'gpio20' in self.host.servo.system_output(LS_GPIO_DIRECTORY):
  /external/autotest/client/cros/
certificate_util.py 36 output = utils.system_output(
service_stopper.py 62 out = utils.system_output(cmd, ignore_status=True)
  /external/autotest/client/profilers/iostat/
iostat.py 37 out = utils.system_output(ps_cmd, ignore_status=True)
  /external/autotest/client/site_tests/apmanager_CheckAPProcesses/
apmanager_CheckAPProcesses.py 42 out = utils.system_output('pgrep %s 2>&1' % process_name,
  /external/autotest/client/site_tests/firmware_VbootCrypto/
firmware_VbootCrypto.py 86 self.results = utils.system_output(sha_benchmark_cmd,
94 self.results = utils.system_output(rsa_benchmark_cmd,
104 self.results = utils.system_output(firmware_benchmark_cmd,
107 self.results = utils.system_output(kernel_benchmark_cmd,
  /external/autotest/client/site_tests/hardware_Thermal/
hardware_Thermal.py 33 for kv in self.MOSYS_OUTPUT_RE.finditer(utils.system_output(cmd)):
  /external/autotest/client/site_tests/kernel_PerfEventRename/
kernel_PerfEventRename.py 48 report = utils.system_output('perf report -n -i %s' % (data_name))
  /external/autotest/client/site_tests/kernel_fs_Inplace/
kernel_fs_Inplace.py 40 self.results.append(utils.system_output(os.path.join(self.srcdir,
  /external/autotest/client/site_tests/network_WlanDriver/
network_WlanDriver.py 85 full_revision = utils.system_output('uname -r')
  /external/autotest/client/site_tests/network_WlanRegulatory/
network_WlanRegulatory.py 25 return utils.system_output('regdbdump %s | grep country | '
  /external/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 30 return utils.system_output(cmd, retain_output=True)
  /external/autotest/client/site_tests/platform_Crossystem/
platform_Crossystem.py 52 output = utils.system_output("crossystem %s" % var).strip()
  /external/autotest/client/site_tests/platform_CryptohomeStress/
platform_CryptohomeStress.py 27 self.d_ratio = utils.system_output('cat /proc/sys/vm/dirty_ratio')
  /external/autotest/client/site_tests/platform_KernelVersionByBoard/
platform_KernelVersionByBoard.py 44 return utils.system_output('uname -r')
  /external/autotest/client/site_tests/platform_Rootdev/
platform_Rootdev.py 52 text = utils.system_output("rootdev -s -d 2>&1")
  /external/autotest/client/site_tests/power_VideoDetector/
power_VideoDetector.py 61 utils.system_output('stop powerd')
  /external/autotest/client/site_tests/security_CroshModules/
security_CroshModules.py 32 cmd_output = utils.system_output(cmd, ignore_status=True)
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 97 usermax = utils.system_output("cut -d: -f1 /etc/passwd | wc -L",
99 groupmax = utils.system_output('cut -d: -f1 /etc/group | wc -L',
113 output = utils.system_output(ps_cmd)
125 status_output = utils.system_output(cmd, ignore_status=True)
  /external/autotest/client/site_tests/ui_SettingsPage/
ui_SettingsPage.py 60 modem_status = utils.system_output('modem status')

Completed in 281 milliseconds

1 23 4 5 6 7 8