Home | History | Annotate | Download | only in io

Lines Matching refs:lastWindowsPos

563         int lastWindowsPos = filename.lastIndexOf(WINDOWS_SEPARATOR);
564 return Math.max(lastUnixPos, lastWindowsPos);