Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixPath.java704 int thatPos = that.offsets[0]; in endsWith() local
705 if ((thatLen - thatPos) != (thisLen - thisPos)) in endsWith()
707 while (thatPos < thatLen) { in endsWith()
708 if (this.path[thisPos++] != that.path[thatPos++]) in endsWith()