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

/dalvik/libcore/luni/src/main/java/java/io/
H A DFile.java476 * getCanonicalPath() may not resolve any references and simply returns an
483 public String getCanonicalPath() throws IOException { method in class:File
668 * Equivalent to {@code new File(this.getCanonicalPath())}.
676 return new File(getCanonicalPath());

Completed in 4 milliseconds