Searched refs:fetchRemoteFile (Results 1 – 9 of 9) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/build/ |
D | FileDownloadCacheTest.java | 182 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()
|
D | FileDownloadCacheFuncTest.java | 331 mReturnedFiles.add(mCache.fetchRemoteFile(downloader, remotePath)); in createDownloadThread()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | RemoteInvocationExecution.java | 427 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/ |
D | RemoteFileUtil.java | 45 public static File fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil 57 if (fetchRemoteFile( in fetchRemoteFile() 80 public static boolean fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil
|
D | GceManager.java | 466 if (!RemoteFileUtil.fetchRemoteFile( in getBugreportzWithSsh() 510 if (!RemoteFileUtil.fetchRemoteFile( in getNestedDeviceSshBugreportz() 561 RemoteFileUtil.fetchRemoteFile( in logNestedRemoteFile()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSFileDownloader.java | 290 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/ |
D | FileDownloadCacheWrapper.java | 43 return mCache.fetchRemoteFile(mDelegateDownloader, remoteFilePath); in downloadFile() 49 mCache.fetchRemoteFile(mDelegateDownloader, remoteFilePath, destFile); in downloadFile()
|
D | FileDownloadCache.java | 306 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/ |
D | RemoteFileUtilTest.java | 77 RemoteFileUtil.fetchRemoteFile( in testFetchRemoteFile() 111 RemoteFileUtil.fetchRemoteFile(fakeInfo, mOptions, mMockRunUtil, 500L, remotePath); in testFetchRemoteFile_fail()
|