HomeSort by relevance Sort by last modified time
    Searched defs:newEnd (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/java/nio/channels/
FileLock.java 159 final long newEnd = start + length - 1;
160 if (end < start || position > newEnd) {