Searched refs:check_lseek (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/updater/ |
D | blockimg.cpp | 208 static bool check_lseek(int fd, off64_t offset, int whence) { in check_lseek() function 308 if (!check_lseek(fd_, offset, SEEK_SET)) { in SeekToOutputRange() 480 if (!check_lseek(fd, static_cast<off64_t>(begin) * BLOCKSIZE, SEEK_SET)) { in ReadBlocks() 506 if (!check_lseek(fd, offset, SEEK_SET)) { in WriteBlocks() 1292 if (!check_lseek(params.fd, offset, SEEK_SET)) { in PerformCommandZero() 1538 if (!check_lseek(params.fd, static_cast<off64_t>(begin) * BLOCKSIZE, SEEK_SET)) { in PerformCommandComputeHashTree() 2098 if (!check_lseek(fd, static_cast<off64_t>(begin) * BLOCKSIZE, SEEK_SET)) { in RangeSha1Fn()
|