Home
last modified time | relevance | path

Searched refs:fetchRemoteFile (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheTest.java196 mCache.fetchRemoteFile(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_downloadFailed()
215 mCache.fetchRemoteFile(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_downloadFailed_Runtime()
244 file = mCache.fetchRemoteFile(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_cacheMissing()
285 mCache.fetchRemoteFile(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_copyFailed()
328 mCache.fetchRemoteFile( in testCacheRebuild()
383 mCache.fetchRemoteFile(mMockDownloader, remotePath, dest); in assertFetchRemoteFile()
385 fileCopy = mCache.fetchRemoteFile(mMockDownloader, remotePath); in assertFetchRemoteFile()
DFileDownloadCacheFuncTest.java329 mReturnedFiles.add(mCache.fetchRemoteFile(downloader, remotePath)); in createDownloadThread()
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCacheWrapper.java43 return mCache.fetchRemoteFile(mDelegateDownloader, remoteFilePath); in downloadFile()
49 mCache.fetchRemoteFile(mDelegateDownloader, remoteFilePath, destFile); in downloadFile()
DFileDownloadCache.java307 public void fetchRemoteFile(IFileDownloader downloader, String remoteFilePath, File destFile) in fetchRemoteFile() method in FileDownloadCache
323 public File fetchRemoteFile(IFileDownloader downloader, String remoteFilePath) in fetchRemoteFile() method in FileDownloadCache
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java46 public static File fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil
58 if (fetchRemoteFile( in fetchRemoteFile()
81 public static boolean fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil
DGceManager.java881 if (!RemoteFileUtil.fetchRemoteFile( in getBugreportzWithSsh()
968 if (!RemoteFileUtil.fetchRemoteFile( in getNestedDeviceSshBugreportz()
1074 RemoteFileUtil.fetchRemoteFile( in logNestedRemoteFile()
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DRemoteFileUtilTest.java84 RemoteFileUtil.fetchRemoteFile( in testFetchRemoteFile()
118 RemoteFileUtil.fetchRemoteFile(fakeInfo, mOptions, mMockRunUtil, 500L, remotePath); in testFetchRemoteFile_fail()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java186 fetchRemoteFile(bucketName, remoteFilename, localFile); in downloadFile()
399 private void fetchRemoteFile(String bucketName, String remoteFilename, File localFile) in fetchRemoteFile() method in GCSFileDownloader
455 fetchRemoteFile( in recursiveDownloadFolder()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java475 RemoteFileUtil.fetchRemoteFile( in runRemote()
520 RemoteFileUtil.fetchRemoteFile( in isStillRunning()
596 RemoteFileUtil.fetchRemoteFile( in isStillRunning()
805 RemoteFileUtil.fetchRemoteFile( in fetchAndProcessResults()
839 RemoteFileUtil.fetchRemoteFile( in fetchRemoteAndLogFile()