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.java35 public File downloadFile(String remoteFilePath) throws BuildRetrievalError; in downloadFile() method
46 public void downloadFile(String relativeRemotePath, File destFile) throws BuildRetrievalError; in downloadFile() method
60 public default void downloadFile( in downloadFile() method
DFileDownloadCacheWrapper.java42 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() method in FileDownloadCacheWrapper
48 public void downloadFile(String remoteFilePath, File destFile) throws BuildRetrievalError { in downloadFile() method in FileDownloadCacheWrapper
DFileDownloadCache.java396 private void downloadFile(IFileDownloader downloader, String remotePath, File cachedFile) in downloadFile() method in FileDownloadCache
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java73 public InputStream downloadFile(String bucketName, String filename) throws IOException { in downloadFile() method in GCSFileDownloader
116 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() method in GCSFileDownloader
128 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile() method in GCSFileDownloader
282 void downloadFile(String bucketName, String remoteFilename, File localFile) in downloadFile() method in GCSFileDownloader
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/
DGCSConfigurationServer.java196 protected File downloadFile(String name) throws ConfigurationException { in downloadFile() method in GCSConfigurationServer