Searched defs:pathMatches (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DCookieManager.java220 if (pathMatches(path, cookie.getPath()) &&
393 private boolean pathMatches(String path, String pathToMatchWith) { method in class:CookieManager

Completed in 30 milliseconds