Searched refs:origPath (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DFile.java180 private static String fixSlashes(String origPath) { argument
183 char[] newPath = origPath.toCharArray();
203 return (newLength != length) ? new String(newPath, 0, newLength) : origPath;

Completed in 45 milliseconds