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.java631 String canonPath = getCanonicalPath(); in getCanonicalFile() local
632 return new File(canonPath, fs.prefixLength(canonPath)); in getCanonicalFile()