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

/system/core/libsparse/
H A Dimg2simg.c38 #define off64_t off_t macro
53 off64_t len;
H A Dappend2simg.c41 #define off64_t off_t macro
58 off64_t input_len;
H A Dsparse_read.c41 #define off64_t off_t macro
223 static int process_chunk(struct sparse_file *s, int fd, off64_t offset,
284 off64_t offset;
H A Doutput_file.c48 #define off64_t off_t macro
128 off64_t ret;
200 off64_t ret;
213 off64_t ret;
716 off64_t pos;
/system/core/include/utils/
H A DCompat.h24 /* Mac OS has always had a 64-bit off_t, so it doesn't have off64_t. */
26 typedef off_t off64_t; typedef
28 static inline off64_t lseek64(int fd, off64_t offset, int whence) {
32 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset) {
36 static inline ssize_t pwrite64(int fd, const void* buf, size_t nbytes, off64_t offset) {
/system/extras/ext4_utils/
H A Dext2simg.c35 #define off64_t off_t macro
62 off64_t ret;
H A Dext4_utils.h45 #define off64_t off_t macro
H A Dext4fixup.c36 #define off64_t off_t macro
169 off64_t inode_offset;
192 off64_t off;
211 off64_t off;
266 off64_t ret;
416 off64_t fs_block_num;
428 fs_block_num = ((off64_t)extent->ee_start_hi << 32) | extent->ee_start_lo;
443 off64_t fs_block_num;
457 fs_block_num = ((off64_t)extent_idx->ei_leaf_hi << 32) | extent_idx->ei_leaf_lo;

Completed in 4660 milliseconds