Home
last modified time | relevance | path

Searched defs:fetchRemoteFile (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java45 public static File fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil
80 public static boolean fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java306 public void fetchRemoteFile(IFileDownloader downloader, String remoteFilePath, File destFile) in fetchRemoteFile() method in FileDownloadCache
322 public File fetchRemoteFile(IFileDownloader downloader, String remoteFilePath) in fetchRemoteFile() method in FileDownloadCache
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java316 private void fetchRemoteFile(String bucketName, String remoteFilename, File localFile) in fetchRemoteFile() method in GCSFileDownloader