Home
last modified time | relevance | path

Searched defs:downloadFile (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/
DIFileDownloader.java33 public File downloadFile(String remoteFilePath) throws BuildRetrievalError; in downloadFile() method
44 public void downloadFile(String relativeRemotePath, File destFile) throws BuildRetrievalError; in downloadFile() method
DFileDownloadCacheWrapper.java40 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() method in FileDownloadCacheWrapper
48 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile() method in FileDownloadCacheWrapper
DFileDownloadCache.java301 private void downloadFile(IFileDownloader downloader, String remotePath, File cachedFile) in downloadFile() method in FileDownloadCache
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java70 public InputStream downloadFile(String bucketName, String filename) throws IOException { in downloadFile() method in GCSFileDownloader
113 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() method in GCSFileDownloader
125 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile() method in GCSFileDownloader
273 void downloadFile(String bucketName, String remoteFilename, File localFile) in downloadFile() method in GCSFileDownloader
/tools/tradefederation/core/src/com/android/tradefed/config/gcs/
DGCSConfigurationServer.java196 protected File downloadFile(String name) throws ConfigurationException { in downloadFile() method in GCSConfigurationServer