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

  /bionic/libc/unistd/
lseek64.c 32 off64_t lseek64(int fd, off64_t off, int whence) function
  /frameworks/base/include/utils/
Compat.h 30 static inline off64_t lseek64(int fd, off64_t offset, int whence) { function
  /system/extras/ext4_utils/
output_file.c 33 #define lseek64 lseek macro
63 ret = lseek64(out->fd, off, SEEK_SET);
65 error_errno("lseek64");
ext4_utils.h 35 #define lseek64 lseek macro
ext4fixup.c 32 #define lseek64 lseek macro
88 ret = lseek64(fd, 1024, SEEK_SET);
108 ret = lseek64(fd, offset, SEEK_SET);
128 lseek64(fd, 0, SEEK_SET);
177 lseek64(fd, 0, SEEK_SET);
220 ret = lseek64(fd, info.len, SEEK_SET);
224 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
267 if (lseek64(fd, inode_offset, SEEK_SET) < 0) {
286 if (lseek64(fd, off, SEEK_SET) , 0) {
309 if (lseek64(fd, off, SEEK_SET) < 0)
    [all...]

Completed in 427 milliseconds