HomeSort by relevance Sort by last modified time
    Searched refs:uname_result (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/cros/network/
wifi_client.py 196 uname_result = self.host.run('uname -m', ignore_status=True)
198 if not uname_result.exit_status and uname_result.stdout.find(' ') < 0:
199 kernel_arch = uname_result.stdout.strip()
    [all...]
  /external/python/cpython3/Lib/
platform.py 885 uname_result = collections.namedtuple("uname_result", variable
    [all...]
  /external/python/cpython3/Lib/test/
test_sysconfig.py 74 self._uname = os.uname_result(uname)

Completed in 65 milliseconds