Home | History | Annotate | Download | only in io

Lines Matching refs:lastUnixPos

562         int lastUnixPos = filename.lastIndexOf(UNIX_SEPARATOR);
564 return Math.max(lastUnixPos, lastWindowsPos);