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

  /bionic/libc/bionic/
lseek64.c 32 off64_t lseek64(int fd, off64_t off, int whence) function
  /system/core/include/utils/
Compat.h 30 static inline off64_t lseek64(int fd, off64_t offset, int whence) { function
  /system/core/libsparse/
img2simg.c 37 #define lseek64 lseek macro
90 len = lseek64(in, 0, SEEK_END);
91 lseek64(in, 0, SEEK_SET);
sparse_read.c 37 #define lseek64 lseek macro
130 lseek64(fd, len, SEEK_CUR);
325 lseek64(fd, sparse_header.file_hdr_sz - SPARSE_HEADER_LEN, SEEK_CUR);
338 lseek64(fd, sparse_header.chunk_hdr_sz - CHUNK_HEADER_LEN, SEEK_CUR);
341 offset = lseek64(fd, 0, SEEK_CUR);
461 ret = lseek64(fd, 0, SEEK_SET);
490 len = lseek64(fd, 0, SEEK_END);
495 lseek64(fd, 0, SEEK_SET);
output_file.c 43 #define lseek64 lseek macro
138 ret = lseek64(outn->fd, cnt, SEEK_CUR);
140 error_errno("lseek64");
732 pos = lseek64(fd, offset, SEEK_SET);
  /libcore/luni/src/main/native/
Portability.h 37 #define lseek64 lseek macro
  /system/extras/ext4_utils/
ext4_utils.h 42 #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);
222 ret = lseek64(fd, info.len, SEEK_SET);
226 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
269 if (lseek64(fd, inode_offset, SEEK_SET) < 0) {
288 if (lseek64(fd, off, SEEK_SET) , 0) {
311 if (lseek64(fd, off, SEEK_SET) < 0)
    [all...]

Completed in 151 milliseconds