Searched refs:fileAndQuery (Results 1 – 1 of 1) sorted by relevance
280 String fileAndQuery = url.getFile(); in toExternalForm() local281 if (fileAndQuery != null) { in toExternalForm()283 URI.FILE_AND_QUERY_ENCODER.appendPartiallyEncoded(result, fileAndQuery); in toExternalForm()285 result.append(fileAndQuery); in toExternalForm()