Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixPath.java665 int thatLen = that.path.length; in endsWith() local
668 if (thatLen > thisLen) in endsWith()
672 if (thisLen > 0 && thatLen == 0) in endsWith()
693 if (thatLen != expectedLen) in endsWith()
705 if ((thatLen - thatPos) != (thisLen - thisPos)) in endsWith()
707 while (thatPos < thatLen) { in endsWith()