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

/libcore/luni/src/main/java/java/net/
H A DCookieManager.java113 if (HttpCookie.pathMatches(cookie, uri)
175 } else if (!HttpCookie.pathMatches(cookie, uri)) {
H A DHttpCookie.java135 static boolean pathMatches(HttpCookie cookie, URI uri) { method in class:HttpCookie

Completed in 40 milliseconds