Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dteststation_host.py139 def download_file(self, src_url, dest_file, unzip=False, unzip_dest=None): argument
151 self.run('wget -q -O "%s" "%s"' % (dest_file, src_url))
Dadb_host.py1145 src_url = os.path.join(build_url, file)
1147 src_url = build_url
1150 self.teststation.run('wget -q -O "%s" "%s"' % (dest_file, src_url))