Searched refs:off64_t (Results 1 - 14 of 14) 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) {
H A DFileMap.h60 off64_t offset, size_t length, bool readOnly);
80 off64_t getDataOffset(void) const { return mDataOffset; }
123 off64_t mDataOffset; // offset used when map was created
/system/core/libsparse/
H A Dimg2simg.c38 #define off64_t off_t macro
54 off64_t len;
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;
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;
/system/core/libutils/
H A DFileMap.cpp91 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length,
96 off64_t adjOffset;
135 off64_t adjOffset;
/system/extras/ext4_utils/
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...]
H A Dext4_utils.h45 #define off64_t off_t macro
51 int fd, off64_t offset)
H A Dext2simg.c35 #define off64_t off_t macro
58 off64_t ret;
122 off64_t ret;
H A Dextent.c59 off64_t offset = 0;
/system/extras/tests/ext4/
H A Drand_emmc_perf.c41 off64_t offset;
110 static void stats_test(int fd, int write_mode, off64_t max_blocks, int stats_count,
146 static void perf_test(int fd, int write_mode, off64_t max_blocks)
191 off64_t max_blocks;
/system/vold/
H A Dcryptfs.c157 off64_t len;
178 len = ( ((off64_t)sb.s_blocks_count_hi << 32) + sb.s_blocks_count_lo) * block_size;
184 static int get_crypt_ftr_info(char **metadata_fname, off64_t *off)
187 static off64_t cached_off = 0;
210 cached_off = ((off64_t)nr_sec * 512) - CRYPT_FOOTER_OFFSET;
246 off64_t starting_off;
315 static void upgrade_crypt_ftr(int fd, struct crypt_mnt_ftr *crypt_ftr, off64_t offset)
322 off64_t pdata_offset = offset + CRYPT_FOOTER_TO_PERSIST_OFFSET;
376 off64_t starting_off;
565 off64_t write_offse
[all...]
/system/extras/tests/directiotest/
H A Ddirectiotest.c70 static ssize_t do_read(int fd, void *buf, off64_t start, size_t count)
92 static ssize_t do_write(int fd, const void *buf, off64_t start, size_t count)
/system/core/toolbox/
H A Ddd.c594 (off64_t)in.offset * (off64_t)in.dbsz, SEEK_CUR) == -1) {
665 (off64_t)out.offset * (off64_t)out.dbsz, SEEK_SET) == -1) {

Completed in 1247 milliseconds