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.cpp324 off64_t saved_current = lseek64(fd, 0, SEEK_CUR); in GetTotalSize() local
325 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()