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

  /external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
autoupdate_CannedOmahaUpdate.py 14 split_url = urlparse.urlsplit(url)
16 (split_url.scheme, split_url.netloc, '', '', ''))
17 url_path = split_url.path
  /external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
autoupdate_CatchBadSignatures.py 14 split_url = urlparse.urlsplit(url)
16 (split_url.scheme, split_url.netloc, '', '', ''))
17 url_path = split_url.path
  /external/autotest/client/cros/
httpd.py 143 split_url = urlparse.urlsplit(self.path)
144 path = split_url[2]
148 args = urlparse.parse_qs(split_url[3])
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 660 split_url = urlparse.urlsplit(url)
662 (split_url.scheme, split_url.netloc, '', '', ''))
663 url_path = split_url.path
    [all...]

Completed in 162 milliseconds