Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java309 internalfetchRemoteFile(downloader, remoteFilePath, destFile); in fetchRemoteFile()
325 return internalfetchRemoteFile(downloader, remoteFilePath, null); in fetchRemoteFile()
328 private File internalfetchRemoteFile( in internalfetchRemoteFile() method in FileDownloadCache