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/native/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 38 #define lseek64 lseek macro
69 ret = lseek64(out->fd, off, SEEK_SET);
71 error_errno("lseek64");
ext4_utils.h 41 #define lseek64 lseek macro
ext4fixup.c 35 #define lseek64 lseek macro
91 ret = lseek64(fd, 1024, SEEK_SET);
111 ret = lseek64(fd, offset, SEEK_SET);
131 lseek64(fd, 0, SEEK_SET);
180 lseek64(fd, 0, SEEK_SET);
223 ret = lseek64(fd, info.len, SEEK_SET);
227 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
270 if (lseek64(fd, inode_offset, SEEK_SET) < 0) {
289 if (lseek64(fd, off, SEEK_SET) , 0) {
312 if (lseek64(fd, off, SEEK_SET) < 0)
    [all...]

Completed in 49 milliseconds