HomeSort by relevance Sort by last modified time
    Searched refs:lseek64 (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /bionic/libc/bionic/
lseek64.c 32 off64_t lseek64(int fd, off64_t off, 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);
  /frameworks/native/include/utils/
Compat.h 30 static inline off64_t lseek64(int fd, off64_t offset, int whence) { function
  /external/e2fsprogs/lib/blkid/
llseek.c 35 #define my_llseek lseek64
129 return lseek64 (fd, offset, origin);
  /external/e2fsprogs/lib/ext2fs/
llseek.c 35 #define my_llseek lseek64
125 return lseek64 (fd, offset, origin);
  /external/e2fsprogs/util/
copy_sparse.c 156 if (lseek64(fd, should_be, SEEK_SET) == (off_t) -1) {
160 if (lseek64(ofd, should_be, SEEK_SET) == (off_t) -1) {
195 lseek64(ofd, offset-1, SEEK_CUR);
  /system/extras/ext4_utils/
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...]
ext2simg.c 61 ret = lseek64(fd, 1024, SEEK_SET);
73 ret = lseek64(fd, info.len, SEEK_SET);
77 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
136 ret = lseek64(fd, (u64)info.block_size * aux_info.bg_desc[i].bg_block_bitmap,
  /frameworks/base/libs/androidfw/
ObbFile.cpp 119 off64_t fileLength = lseek64(fd, 0, SEEK_END);
134 lseek64(fd, fileLength - kFooterTagSize, SEEK_SET);
166 if (lseek64(fd, fileOffset, SEEK_SET) != fileOffset) {
251 lseek64(fd, 0, SEEK_END);
  /libcore/luni/src/main/native/
Portability.h 37 #define lseek64 lseek macro
  /system/core/libdiskconfig/
diskutils.c 55 if (lseek64(dst_fd, offset, SEEK_SET) != offset) {
write_lst.c 73 if (lseek64(fd, lst->offset, SEEK_SET) != (loff_t)lst->offset) {
  /frameworks/av/media/libstagefright/
FileSource.cpp 40 mLength = lseek64(mFd, 0, SEEK_END);
108 off64_t result = lseek64(mFd, offset + mOffset, SEEK_SET);
StagefrightMediaScanner.cpp 208 off64_t size = lseek64(fd, 0, SEEK_END);
212 lseek64(fd, 0, SEEK_SET);
  /system/extras/tests/ext4/
rand_emmc_perf.c 104 if (lseek64(fd, (rand() % max_blocks) * TST_BLK_SIZE, SEEK_SET) < 0) {
105 fprintf(stderr, "lseek64 failed\n");
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 325 newFilePos = lseek64(pSession->fileDesc, pSession->dataOffset + offset, whence);
329 newFilePos = lseek64(pSession->fileDesc, offset, whence);
340 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
345 // The return value should be the file position that lseek64() would have returned
383 if (lseek64(pSession->fileDesc, pSession->dataOffset, SEEK_SET) !=
401 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
  /system/extras/tests/directiotest/
directiotest.c 75 lseek64(fd, start, SEEK_SET);
97 lseek64(fd, start, SEEK_SET);
  /frameworks/native/libs/utils/
ZipFileRO.cpp 127 mFileLength = lseek64(fd, 0, SEEK_END);
183 if (lseek64(mFd, 0, SEEK_SET) != 0) {
223 if (lseek64(mFd, searchStart, SEEK_SET) != searchStart) {
536 * so we need to do an pread64() instead of a lseek64() + read() to
560 * calling lseek64() concurrently.
566 if (lseek64(mFd, localHdrOffset, SEEK_SET) != localHdrOffset) {
579 off64_t actualOffset = lseek64(mFd, 0, SEEK_CUR);
  /external/fsck_msdos/
dir.c 324 if (lseek64(f, off, SEEK_SET) != off) {
326 perror("Unable to lseek64");
337 if (lseek64(f, off, SEEK_SET) != off) {
339 perror("Unable to lseek64");
474 if (lseek64(f, off, SEEK_SET) != off) {
476 perror("Unable to lseek64");
563 if (lseek64(f, off, SEEK_SET) != off) {
565 perror("Unable to lseek64");
961 if (lseek64(f, off, SEEK_SET) != off
1063 if (lseek64(dosfs, lfoff, SEEK_SET) != lfof
    [all...]
  /bionic/libc/include/
unistd.h 131 extern off64_t lseek64(int, off64_t, int);
  /development/ndk/platforms/android-3/include/
unistd.h 125 extern off64_t lseek64(int, off64_t, int);
  /development/ndk/platforms/android-8/include/
unistd.h 129 extern off64_t lseek64(int, off64_t, int);
  /development/ndk/platforms/android-9/include/
unistd.h 132 extern off64_t lseek64(int, off64_t, int);
  /external/e2fsprogs/misc/
findsuper.c 43 * - fixed to support > 2G devices by using lseek64
188 for (; lseek64(fd, sk, SEEK_SET) != -1 &&

Completed in 919 milliseconds

1 2 3 4