HomeSort by relevance Sort by last modified time
    Searched defs:lseek64 (Results 1 - 3 of 3) sorted by null

  /bionic/libc/unistd/
lseek64.c 32 loff_t lseek64(int fd, loff_t off, int whence) function
  /system/extras/ext4_utils/
simg2img.c 33 #define lseek64 lseek macro
output_file.c 33 #define lseek64 lseek macro
62 ret = lseek64(out->fd, off, SEEK_SET);
64 error_errno("lseek64");

Completed in 39 milliseconds