Searched refs:curOffset (Results 1 – 3 of 3) sorted by relevance
107 const AString &line, uint64_t curOffset,
1012 const AString &line, uint64_t curOffset, in parseByteRange() argument1050 *offset = curOffset; in parseByteRange()
254 final long curOffset = Os.lseek(fd, offsetBytes, SEEK_SET); in openWriteInternal() local255 if (curOffset != offsetBytes) { in openWriteInternal()