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

/libcore/ojluni/src/main/java/java/net/
H A DHttpCookie.java541 public void setPath(String uri) { method in class:HttpCookie
557 * @see #setPath
1069 if (cookie.getPath() == null) cookie.setPath(attrValue);

Completed in 25 milliseconds