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

/dalvik/libcore/luni/src/main/java/java/net/
H A DURL.java269 String cPath = context.getPath();
291 .getPath(), context.getQuery(), null);
879 public String getPath() { method in class:URL
H A DURI.java1184 public String getPath() { method in class:URI
/dalvik/libcore/luni/src/main/java/java/io/
H A DFile.java134 this.path = calculatePath(dir.getPath(), name);
191 this.path = fixSlashes(uri.getPath());
388 return this.getPath().compareTo(another.getPath());
390 return this.getPath().compareToIgnoreCase(another.getPath());
455 return path.equalsIgnoreCase(((File) obj).getPath());
457 return path.equals(((File) obj).getPath());
468 * @see #getPath
698 public String getPath() { method in class:File
[all...]

Completed in 109 milliseconds