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