Home
last modified time | relevance | path

Searched defs:normalizePath (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/cookie/
DCookiePathComparator.java60 private String normalizePath(final Cookie cookie) { in normalizePath() method in CookiePathComparator
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletUtils.java68 static String normalizePath(String path) { in normalizePath() method in ServletUtils