Searched refs:check_lseek (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/updater/ |
D | blockimg.cpp | 213 static bool check_lseek(int fd, off64_t offset, int whence) { in check_lseek() function 313 if (!check_lseek(fd_, offset, SEEK_SET)) { in SeekToOutputRange() 485 if (!check_lseek(fd, static_cast<off64_t>(begin) * BLOCKSIZE, SEEK_SET)) { in ReadBlocks() 511 if (!check_lseek(fd, offset, SEEK_SET)) { in WriteBlocks() 1297 if (!check_lseek(params.fd, offset, SEEK_SET)) { in PerformCommandZero() 1543 if (!check_lseek(params.fd, static_cast<off64_t>(begin) * BLOCKSIZE, SEEK_SET)) { in PerformCommandComputeHashTree() 2114 if (!check_lseek(fd, static_cast<off64_t>(begin) * BLOCKSIZE, SEEK_SET)) { in RangeSha1Fn()
|