Searched defs:pathToMatchWith (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DCookieManager.java393 private boolean pathMatches(String path, String pathToMatchWith) { argument
394 if (path == pathToMatchWith)
396 if (path == null || pathToMatchWith == null)
398 if (path.startsWith(pathToMatchWith))

Completed in 30 milliseconds