Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/remote/
DLocalFileResolver.java34 String pathWithoutProtocol = path.replaceFirst(PROTOCOL + ":", ""); in resolveRemoteFile() local
35 File localFile = new File(pathWithoutProtocol); in resolveRemoteFile()