OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:check_lseek
(Results
1 - 1
of
1
) sorted by null
/bootable/recovery/updater/
blockimg.c
109
static void
check_lseek
(int fd, off64_t offset, int whence) {
function
168
check_lseek
(rss->fd, (off64_t)rss->tgt->pos[rss->p_block*2] * BLOCKSIZE, SEEK_SET);
417
check_lseek
(fd, (off64_t)src->pos[i*2] * BLOCKSIZE, SEEK_SET);
425
check_lseek
(fd, (off64_t)tgt->pos[i*2] * BLOCKSIZE, SEEK_SET);
448
check_lseek
(fd, (off64_t)tgt->pos[i*2] * BLOCKSIZE, SEEK_SET);
473
check_lseek
(fd, (off64_t)tgt->pos[0] * BLOCKSIZE, SEEK_SET);
507
check_lseek
(fd, (off64_t)src->pos[i*2] * BLOCKSIZE, SEEK_SET);
523
check_lseek
(fd, (off64_t)tgt->pos[0] * BLOCKSIZE, SEEK_SET);
623
check_lseek
(fd, (off64_t)rs->pos[i*2] * BLOCKSIZE, SEEK_SET);
Completed in 199 milliseconds