Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixPath.java703 int thisPos = offsets[thisOffsetCount - thatOffsetCount]; in endsWith() local
705 if ((thatLen - thatPos) != (thisLen - thisPos)) in endsWith()
708 if (this.path[thisPos++] != that.path[thatPos++]) in endsWith()