Searched refs:setPath (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DCookieManager.java174 cookie.setPath(pathToCookiePath(uri.getPath()));
H A DHttpCookie.java621 public void setPath(String path) { method in class:HttpCookie
/libcore/luni/src/test/java/libcore/java/net/
H A DCookiesTest.java254 cookieA.setPath("/");
258 cookieB.setPath("/");
285 cookie.setPath("/");
435 cookieA.setPath("/source");
438 cookieA.setPath("/p/android");
482 cookieA.setPath("/source/");

Completed in 753 milliseconds