Home
last modified time | relevance | path

Searched refs:canonPath (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DFile.java636 String canonPath = getCanonicalPath(); in getCanonicalFile() local
637 return new File(canonPath, fs.prefixLength(canonPath)); in getCanonicalFile()