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

/libcore/luni/src/main/java/java/io/
H A DFile.java334 DeleteOnExit.getInstance().addFile(getAbsolutePath());
372 public String getAbsolutePath() { method in class:File
382 * Equivalent to {@code new File(this.getAbsolutePath())}.
385 return new File(getAbsolutePath());
396 * <p>Most callers should use {@link #getAbsolutePath} instead. A canonical path is
412 return canonicalizePath(getAbsolutePath());
1093 // TODO: is this really necessary, or can it be replaced with getAbsolutePath?

Completed in 36 milliseconds