HomeSort by relevance Sort by last modified time
    Searched full:check_lseek (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/updater/
blockimg.cpp 218 static bool check_lseek(int fd, off64_t offset, int whence) { function
317 if (!check_lseek(fd_, offset, SEEK_SET)) {
489 if (!check_lseek(fd, static_cast<off64_t>(range.first) * BLOCKSIZE, SEEK_SET)) {
513 if (!check_lseek(fd, offset, SEEK_SET)) {
    [all...]

Completed in 87 milliseconds