Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DFileDownloadCacheTest.java182 mCache.fetchRemoteFile(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_downloadFailed()
201 mCache.fetchRemoteFile(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_downloadFailed_Runtime()
231 file = mCache.fetchRemoteFile(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_cacheMissing()
269 mCache.fetchRemoteFile(mMockDownloader, REMOTE_PATH); in testFetchRemoteFile_copyFailed()
309 mCache.fetchRemoteFile( in testCacheRebuild()
360 mCache.fetchRemoteFile(mMockDownloader, remotePath, dest); in assertFetchRemoteFile()
362 fileCopy = mCache.fetchRemoteFile(mMockDownloader, remotePath); in assertFetchRemoteFile()
DFileDownloadCacheFuncTest.java331 mReturnedFiles.add(mCache.fetchRemoteFile(downloader, remotePath)); in createDownloadThread()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java427 RemoteFileUtil.fetchRemoteFile( in isStillRunning()
503 RemoteFileUtil.fetchRemoteFile( in isStillRunning()
678 RemoteFileUtil.fetchRemoteFile( in fetchAndProcessResults()
712 RemoteFileUtil.fetchRemoteFile( in fetchRemoteAndLogFile()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java45 public static File fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil
57 if (fetchRemoteFile( in fetchRemoteFile()
80 public static boolean fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil
DGceManager.java466 if (!RemoteFileUtil.fetchRemoteFile( in getBugreportzWithSsh()
510 if (!RemoteFileUtil.fetchRemoteFile( in getNestedDeviceSshBugreportz()
561 RemoteFileUtil.fetchRemoteFile( in logNestedRemoteFile()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java290 fetchRemoteFile(bucketName, remoteFilename, localFile); in downloadFile()
316 private void fetchRemoteFile(String bucketName, String remoteFilename, File localFile) in fetchRemoteFile() method in GCSFileDownloader
354 fetchRemoteFile( in recursiveDownloadFolder()
/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.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/tests/src/com/android/tradefed/device/cloud/
DRemoteFileUtilTest.java77 RemoteFileUtil.fetchRemoteFile( in testFetchRemoteFile()
111 RemoteFileUtil.fetchRemoteFile(fakeInfo, mOptions, mMockRunUtil, 500L, remotePath); in testFetchRemoteFile_fail()