Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DHandler.java110 String fileWithoutEntry = file.substring(0, sep); in hashCode() local
112 enclosedURL = new URL(fileWithoutEntry); in hashCode()
115 h += fileWithoutEntry.hashCode(); in hashCode()