Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.c146 static bool check_lseek(int fd, off64_t offset, int whence) { in check_lseek() function
209 if (!check_lseek(rss->fd, (off64_t)rss->tgt->pos[rss->p_block*2] * BLOCKSIZE, in RangeSinkWrite()
302 if (!check_lseek(fd, (off64_t) src->pos[i * 2] * BLOCKSIZE, SEEK_SET)) { in ReadBlocks()
328 if (!check_lseek(fd, (off64_t) tgt->pos[i * 2] * BLOCKSIZE, SEEK_SET)) { in WriteBlocks()
1232 if (!check_lseek(params->fd, (off64_t) tgt->pos[i * 2] * BLOCKSIZE, SEEK_SET)) { in PerformCommandZero()
1286 if (!check_lseek(params->fd, (off64_t) tgt->pos[0] * BLOCKSIZE, SEEK_SET)) { in PerformCommandNew()
1382 if (!check_lseek(params->fd, (off64_t) tgt->pos[0] * BLOCKSIZE, SEEK_SET)) { in PerformCommandDiff()
1920 if (!check_lseek(fd, (off64_t)rs->pos[i*2] * BLOCKSIZE, SEEK_SET)) { in RangeSha1Fn()