OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_url
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/hosts/
teststation_host.py
139
def download_file(self,
src_url
, dest_file, unzip=False, unzip_dest=None):
142
@param
src_url
: The url to download from.
151
self.run('wget -q -O "%s" "%s"' % (dest_file,
src_url
))
adb_host.py
[
all
...]
Completed in 231 milliseconds