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.java225 if (pathMatches(uri, cookie) && in get()
321 if (!pathMatches(uri, cookie)) { in put()
415 private static boolean pathMatches(URI uri, HttpCookie cookie) { in pathMatches() method in CookieManager