Searched refs:curOffset (Results 1 – 1 of 1) sorted by relevance
253 final long curOffset = Os.lseek(fd, offsetBytes, SEEK_SET); in openWriteInternal() local254 if (curOffset != offsetBytes) { in openWriteInternal()