Searched defs:off64_t (Results 1 - 7 of 7) sorted by relevance

/system/core/include/utils/
H A DCompat.h28 typedef off_t off64_t; typedef
30 static inline off64_t lseek64(int fd, off64_t offset, int whence) {
35 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset) {
/system/core/libsparse/
H A Dimg2simg.c38 #define off64_t off_t macro
54 off64_t len;
H A Dsparse_read.c38 #define off64_t off_t macro
225 static int process_chunk(struct sparse_file *s, int fd, off64_t offset,
286 off64_t offset;
H A Doutput_file.c46 #define off64_t off_t macro
52 int fd, off64_t offset)
135 off64_t ret;
207 off64_t ret;
220 off64_t ret;
727 off64_t pos;
/system/extras/ext4_utils/
H A Dext2simg.c35 #define off64_t off_t macro
58 off64_t ret;
122 off64_t ret;
H A Dext4_utils.h45 #define off64_t off_t macro
51 int fd, off64_t offset)
H A Dext4fixup.c36 #define off64_t off_t macro
89 off64_t ret;
105 off64_t ret;
201 off64_t ret;
260 off64_t inode_offset;
283 off64_t off;
302 off64_t off;
372 off64_t ret;
516 off64_t fs_block_num;
528 fs_block_num = ((off64_t)exten
[all...]

Completed in 127 milliseconds