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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
lseek.S 5 ENTRY(lseek) function
14 END(lseek)
17 .equ lseek64, lseek
  /bionic/libc/arch-x86_64/syscalls/
lseek.S 5 ENTRY(lseek) function
15 END(lseek)
18 .equ lseek64, lseek
  /bionic/libc/arch-arm/syscalls/
lseek.S 5 ENTRY(lseek) function
14 END(lseek)
  /bionic/libc/arch-mips/syscalls/
lseek.S 5 ENTRY(lseek) function
19 END(lseek)
  /bionic/libc/arch-mips64/syscalls/
lseek.S 5 ENTRY(lseek) function
25 END(lseek)
28 .equ lseek64, lseek
  /bionic/libc/arch-x86/syscalls/
lseek.S 5 ENTRY(lseek) function
31 END(lseek)
  /system/core/libcutils/
load_file.c 32 sz = lseek(fd, 0, SEEK_END);
35 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
  /external/yaffs2/yaffs2/direct/
yaffs_fileem.c 94 fSize = lseek(filedisk.handle,0,SEEK_END);
100 lseek(filedisk.handle,0,SEEK_SET);
129 lseek(filedisk.handle,chunkInNAND * 528,SEEK_SET);
137 lseek(filedisk.handle,chunkInNAND * 528 + 512,SEEK_SET);
159 lseek(filedisk.handle,chunkInNAND * 528,SEEK_SET);
167 lseek(filedisk.handle,chunkInNAND * 528 + 512,SEEK_SET);
198 lseek(filedisk.handle, blockNumber * 32 * 528, SEEK_SET);
  /frameworks/base/core/jni/android/graphics/
Utils.h 76 fCurr = ::lseek(fd, 0, SEEK_CUR);
80 ::lseek(fFD, fCurr, SEEK_SET);
  /art/compiler/
file_output_stream.cc 33 return lseek(file_->Fd(), offset, static_cast<int>(whence));
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c 50 .op_lseek = lseek,
  /external/valgrind/main/none/tests/
mmap_fcntl_bug.c 32 initial = lseek(fd, 123, SEEK_SET);
35 if (lseek(fd, 0, SEEK_CUR) != 123)
50 if (lseek(fd, 0, SEEK_CUR) != 123)
  /bionic/tests/
sys_mman_test.cpp 74 lseek(tf.fd, 0, SEEK_SET);
103 ASSERT_NE(-1, lseek(tf.fd, pagesize, SEEK_SET));
105 ASSERT_NE(-1, lseek(tf.fd, 2 * pagesize, SEEK_SET));
107 ASSERT_NE(-1, lseek(tf.fd, 3 * pagesize - sizeof(END_MSG), SEEK_SET));
110 ASSERT_NE(-1, lseek(tf.fd, 0, SEEK_SET));
139 ASSERT_NE(-1, lseek(tf.fd, pagesize, SEEK_SET));
141 ASSERT_NE(-1, lseek(tf.fd, 2 * pagesize, SEEK_SET));
143 ASSERT_NE(-1, lseek(tf.fd, 3 * pagesize - sizeof(END_MSG), SEEK_SET));
146 ASSERT_NE(-1, lseek(tf.fd, 0, SEEK_SET));
167 ASSERT_NE(-1, lseek(tf.fd, pagesize, SEEK_SET))
    [all...]
sys_sendfile_test.cpp 38 ASSERT_EQ(0, lseek(dst_file.fd, 0, SEEK_SET));
57 ASSERT_EQ(0, lseek(dst_file.fd, 0, SEEK_SET));
  /external/e2fsprogs/lib/blkid/
llseek.c 50 #define llseek lseek
97 return lseek(fd, (off_t) offset, whence);
136 return lseek(fd, (off_t) offset, origin);
  /external/e2fsprogs/lib/ext2fs/
llseek.c 51 #define my_llseek lseek
110 return lseek(fd, (off_t) offset, origin);
134 return lseek (fd, (off_t) offset, origin);
  /system/core/toolbox/
mkswap.c 47 swap_size = lseek(fd, 0, SEEK_END);
54 if (lseek(fd, 0, SEEK_SET)) {
72 if (lseek(fd, pagesize - MAGIC_SWAP_HEADER_LEN, SEEK_SET) < 0) {
  /external/oprofile/libutil/
op_deviceio.c 32 lseek(devfd, 0, SEEK_SET);
  /system/core/include/utils/
Compat.h 31 return lseek(fd, offset, whence);
  /frameworks/base/core/jni/
android_backup_BackupHelperDispatcher.cpp 63 lseek(fd, remainingHeader, SEEK_CUR);
81 lseek(fd, remainingHeader, SEEK_CUR);
116 lseek(fd, remainingHeader, SEEK_CUR);
130 lseek(fd, bytesToSkip, SEEK_CUR);
160 pos = lseek(fd, 0, SEEK_CUR);
162 lseek(fd, headerSize, SEEK_CUR);
178 prevPos = lseek(fd, 0, SEEK_CUR);
188 lseek(fd, pos, SEEK_SET);
209 lseek(fd, prevPos, SEEK_SET);
  /device/asus/flo/conn_init/
wfc_util_fctrl.c 83 sz_file = lseek( fd, 0, SEEK_END );
101 lseek( fd, (int)(pSPointer-pReadBuff), SEEK_SET );
112 lseek( fd, (int)(pETagPointer-pReadBuff), SEEK_SET );
154 sz_file = lseek( fd, 0, SEEK_END );
185 lseek( fd, 0, SEEK_SET );
214 sz_file = lseek( fd, 0, SEEK_END );
226 lseek( fd, 0, SEEK_SET );
230 lseek( fd, positionStart, SEEK_SET );
277 sz_file = lseek( fd, 0, SEEK_END );
290 lseek( fd, 0, SEEK_SET )
    [all...]
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 83 sz_file = lseek( fd, 0, SEEK_END );
101 lseek( fd, (int)(pSPointer-pReadBuff), SEEK_SET );
112 lseek( fd, (int)(pETagPointer-pReadBuff), SEEK_SET );
154 sz_file = lseek( fd, 0, SEEK_END );
185 lseek( fd, 0, SEEK_SET );
214 sz_file = lseek( fd, 0, SEEK_END );
226 lseek( fd, 0, SEEK_SET );
230 lseek( fd, positionStart, SEEK_SET );
277 sz_file = lseek( fd, 0, SEEK_END );
290 lseek( fd, 0, SEEK_SET )
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
stdio.c 64 (void) lseek(fp->_file, (off_t)0, SEEK_END);
75 ret = lseek(fp->_file, (off_t)offset, whence);
  /external/e2fsprogs/contrib/
make-sparse.c 72 lseek(fd, sizeof(buf), SEEK_CUR);
81 lseek(fd, -1, SEEK_CUR);
  /external/e2fsprogs/e2fsck/
extend.c 60 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
62 perror("lseek");
70 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
72 perror("lseek #2");

Completed in 406 milliseconds

1 2 3 4 5 6 7 8 91011>>