Searched refs:normalizePath (Results 1 – 4 of 4) sorted by relevance
60 private String normalizePath(final Cookie cookie) { in normalizePath() method in CookiePathComparator72 String path1 = normalizePath(c1); in compare()73 String path2 = normalizePath(c2); in compare()
74 boringsslIncludeDir = normalizePath("$boringsslHome/include")75 boringssl32BuildDir = normalizePath("$boringsslHome/build32")76 boringssl64BuildDir = normalizePath("$boringsslHome/build64")83 jdkIncludeDir = normalizePath("$jdkHome/include")245 static String normalizePath(path) {
59 return normalizePath(suffix); in getContextRelativePath()68 static String normalizePath(String path) { in normalizePath() method in ServletUtils
79 String normalized = ServletUtils.normalizePath(literal); in ServletStyleUriPatternMatcher()