Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DCookieManager.java223 if (pathMatches(uri, cookie) && in get()
318 if (!pathMatches(uri, cookie)) { in put()
412 private static boolean pathMatches(URI uri, HttpCookie cookie) { in pathMatches() method in CookieManager