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

/dalvik/libcore/luni/src/main/java/java/net/
H A DURL.java259 String cPath = context.getPath();
281 .getPath(), context.getQuery(), null);
855 public String getPath() { method in class:URL
H A DURI.java1166 public String getPath() { method in class:URI
/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java335 public String getPath() { method in class:Support_TestWebServer.Request
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java347 m_path = p_other.getPath();
464 m_path = p_base.getPath();
503 String basePath = p_base.getPath();
951 public String getPath(boolean p_includeQueryString, method in class:URI
978 public String getPath() method in class:URI
1259 else if (getPath() == null)
1298 else if (getPath() == null)
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DURI.java344 m_path = p_other.getPath();
484 m_path = p_base.getPath();
523 String basePath = p_base.getPath();
971 public String getPath(boolean p_includeQueryString, method in class:URI
998 public String getPath() method in class:URI
1279 else if (getPath() == null)
1318 else if (getPath() == null)
/dalvik/libcore/luni/src/main/java/java/io/
H A DFile.java106 * The path we return from getPath. This is almost the path we were
142 this(dir == null ? null : dir.getPath(), name);
196 init(uri.getPath());
367 return this.getPath().compareTo(another.getPath());
423 return path.equals(((File) obj).getPath());
434 * @see #getPath
739 public String getPath() { method in class:File
752 return getPath().hashCode() ^ 1234321;
762 * @see #getPath
[all...]

Completed in 115 milliseconds