Searched refs:pathWithoutProtocol (Results 1 – 1 of 1) sorted by relevance
34 String pathWithoutProtocol = path.replaceFirst(PROTOCOL + ":", ""); in resolveRemoteFile() local35 File localFile = new File(pathWithoutProtocol); in resolveRemoteFile()