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

/libcore/luni/src/main/java/java/net/
H A DURL.java52 * <tr><td>{@link #getPath() Path}</td><td>{@code /directory/file}</td><td></td></tr>
172 context.getUserInfo(), context.getPath(), context.getQuery(),
631 public String getPath() { method in class:URL
H A DHttpCookie.java136 String uriPath = matchablePath(uri.getPath());
137 String cookiePath = matchablePath(cookie.getPath());
525 public String getPath() { method in class:HttpCookie
H A DURI.java46 * <tr><td>{@link #getPath() Path} </td><td>{@code /directory/file} </td><td></td></tr>
977 public String getPath() { method in class:URI
/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java292 public String getPath() { method in class:Support_TestWebServer.Request
/libcore/luni/src/main/java/java/io/
H A DFile.java97 * The path we return from getPath. This is almost the path we were
124 this(dir == null ? null : dir.getPath(), name);
178 this.path = fixSlashes(uri.getPath());
300 return this.getPath().compareTo(another.getPath());
353 return path.equals(((File) obj).getPath());
493 public String getPath() { method in class:File
506 return getPath().hashCode() ^ 1234321;
516 * @see #getPath
1105 String name = f.getPath();
[all...]

Completed in 140 milliseconds