HomeSort by relevance Sort by last modified time
    Searched refs:lseek (Results 126 - 150 of 305) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/
unistd.h 46 /* Values for whence in fseek and lseek */
124 extern off_t lseek(int, off_t, int);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
unistd.h 46 /* Values for whence in fseek and lseek */
128 extern off_t lseek(int, off_t, int);
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/
unistd.h 46 /* Values for whence in fseek and lseek */
128 extern off_t lseek(int, off_t, int);
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/
unistd.h 46 /* Values for whence in fseek and lseek */
128 extern off_t lseek(int, off_t, int);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
unistd.h 46 /* Values for whence in fseek and lseek */
131 extern off_t lseek(int, off_t, int);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
unistd.h 46 /* Values for whence in fseek and lseek */
131 extern off_t lseek(int, off_t, int);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
unistd.h 46 /* Values for whence in fseek and lseek */
131 extern off_t lseek(int, off_t, int);
  /system/core/libsuspend/
autosuspend_wakeup_count.c 51 lseek(wakeup_count_fd, 0, SEEK_SET);
  /system/core/toolbox/grep/
file.c 107 if (lseek(f->fd, 0, SEEK_SET) == -1)
  /system/extras/ext4_utils/
ext4_utils.h 41 #define lseek64 lseek
  /system/extras/fatblock/
read.c 107 sought = lseek(fd, (off_t)len, SEEK_SET);
  /dalvik/dexopt/
OptMain.cpp 75 if (lseek(cacheFd, 0, SEEK_END) != 0) {
89 dexOffset = lseek(cacheFd, 0, SEEK_CUR);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 56 // Win32 lseek is broken: If invoked on a non-seekable file descriptor, its
58 #define lseek(fd, offset, origin) ((off_t)-1) macro
156 lseek(file_, count, SEEK_CUR) != (off_t)-1) {
  /external/qemu/
elf_ops.h 219 lseek(fd, ehdr.e_phoff, SEEK_SET);
240 if (lseek(fd, ph->p_offset, SEEK_SET) < 0)
  /external/zlib/src/examples/
gzjoin.c 58 #include <unistd.h> /* close(), read(), lseek() */
181 lseek(in->fd, skip - 1, SEEK_CUR);
188 lseek(in->fd, skip - left, SEEK_CUR);
  /libcore/luni/src/main/java/java/io/
RandomAccessFile.java 223 return Libcore.os.lseek(fd, 0L, SEEK_CUR);
604 Libcore.os.lseek(fd, offset, SEEK_SET);
  /system/core/init/
util.c 171 sz = lseek(fd, 0, SEEK_END);
174 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
  /external/qemu/block/
raw-posix.c 619 * There are reports that lseek on some devices fails, but
622 return lseek(s->fd, 0, SEEK_END);
659 size = lseek(fd, 0LL, SEEK_END);
675 size = lseek(fd, 0, SEEK_END);
690 return lseek(s->fd, 0, SEEK_END);
989 else if (lseek(fd, 0, SEEK_END) < total_size * BDRV_SECTOR_SIZE)
    [all...]
  /system/core/toolbox/
dd.c 261 else if (lseek(io->fd, (off_t)0, SEEK_CUR) == -1 && errno == ESPIPE)
349 lseek(in.fd, (off_t)in.dbsz, SEEK_CUR))
493 if (lseek(out.fd, pending, SEEK_CUR) ==
582 * dependent. Seekable devices use lseek, and the rest position by reading.
593 if (lseek(in.fd,
664 if (lseek(out.fd,
  /external/fsck_msdos/
fat.c 92 if (lseek(fs, off, SEEK_SET) != off) {
185 if (lseek(fs, off, SEEK_SET) != off) {
647 if (lseek(fs, off, SEEK_SET) != off
  /external/stressapptest/src/
os.cc 679 if (lseek(fd, offset, SEEK_SET) < 0) {
728 if (lseek(fd, offset, SEEK_SET) < 0) {
750 uint32 pos = lseek(fd, address, SEEK_SET);
  /frameworks/base/libs/androidfw/
Asset.cpp 133 * Under Linux, the lseek fails if we actually opened a directory. To
193 fileLen = lseek(fd, 0, SEEK_END);
198 (void) lseek(fd, 0, SEEK_SET);
387 ALOGD("failed lseek (errno=%d)\n", errno);
872 if (lseek(mFd, mStart, SEEK_SET) != mStart)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 280 /* Values for the WHENCE argument to lseek. */
301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
304 extern __off64_t __REDIRECT_NTH (lseek,
308 # define lseek lseek64 macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 280 /* Values for the WHENCE argument to lseek. */
301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
304 extern __off64_t __REDIRECT_NTH (lseek,
308 # define lseek lseek64 macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 280 /* Values for the WHENCE argument to lseek. */
301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
304 extern __off64_t __REDIRECT_NTH (lseek,
308 # define lseek lseek64 macro
    [all...]

Completed in 979 milliseconds

1 2 3 4 56 7 8 91011>>