Home
last modified time | relevance | path

Searched refs:saved_current (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libfs_avb/
Davb_util.cpp326 off64_t saved_current = lseek64(fd, 0, SEEK_CUR); in GetTotalSize() local
327 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()