Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DDynamicRemoteFileResolver.java293 String remoteZipFilePath, in resolvePartialDownloadZip() argument
300 URI uri = new URI(remoteZipFilePath); in resolvePartialDownloadZip()
306 "Failed to parse the remote zip file path: %s", remoteZipFilePath), in resolvePartialDownloadZip()
320 resolver.resolveRemoteFiles(new File(remoteZipFilePath), queryArgs); in resolvePartialDownloadZip()
325 remoteZipFilePath, e.getMessage()); in resolvePartialDownloadZip()