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

  /external/autotest/client/common_lib/cros/network/
iw_runner.py 275 find_re = re.compile('\s*%s:\s*(.*\S)\s*$' % iw_link_key)
277 map(find_re.match, result.stdout.splitlines()))
  /external/autotest/server/cros/network/
wifi_client.py 184 find_re = re.compile('([^:]+):\s+(\w+)')
185 find_results = find_re.match(output)
    [all...]

Completed in 164 milliseconds