OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unzip_dest
(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):
145
@param
unzip_dest
: Location to unzip the downloaded file to. If not
157
unzip_dest
=
unzip_dest
or os.path.dirname(full_path)
158
self.run('unzip "%s" -x -d "%s"' % (dest_file,
unzip_dest
))
adb_host.py
[
all
...]
Completed in 541 milliseconds