Searched refs:saved_current (Results 1 – 1 of 1) sorted by relevance
326 off64_t saved_current = lseek64(fd, 0, SEEK_CUR); in GetTotalSize() local327 if (saved_current == -1) { in GetTotalSize()340 if (lseek64(fd, saved_current, SEEK_SET) == -1) { in GetTotalSize()341 PERROR << "Failed to lseek64 to the original offset: " << saved_current; in GetTotalSize()