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

/libcore/luni/src/main/java/java/io/
H A DFile.java336 DeleteOnExit.getInstance().addFile(getAbsolutePath());
374 public String getAbsolutePath() { method in class:File
384 * Equivalent to {@code new File(this.getAbsolutePath())}.
387 return new File(getAbsolutePath());
398 * <p>Most callers should use {@link #getAbsolutePath} instead. A canonical path is
414 return realpath(getAbsolutePath());
1102 // TODO: is this really necessary, or can it be replaced with getAbsolutePath?

Completed in 2211 milliseconds