Home
last modified time | relevance | path

Searched refs:DoesUrlExist (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/ap_configurators/
Dfetch_prebuilt_pyauto.py83 if pyauto_utils.DoesUrlExist('%s/%s.zip' % (self._url, zip_name)):
134 get_remoting = pyauto_utils.DoesUrlExist(self._remoting_zip_url)
Dpyauto_utils.py201 def DoesUrlExist(url): function
221 return DoesUrlExist(response.getheader('location'))