HomeSort by relevance Sort by last modified time
    Searched refs:lseek (Results 201 - 225 of 288) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 60 off_t lseek (int, off_t, int);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 60 off_t lseek (int, off_t, int);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 60 off_t lseek (int, off_t, int);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 60 off_t lseek (int, off_t, int);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 61 off_t lseek (int, off_t, int);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 61 off_t lseek (int, off_t, int);
  /external/chromium/net/base/
file_stream_posix.cc 337 off_t res = lseek(file_, static_cast<off_t>(offset),
  /external/e2fsprogs/lib/ext2fs/
imager.c 99 lseek(fd, fs->blocksize, SEEK_CUR);
  /external/llvm/lib/Support/
MemoryBuffer.cpp 382 if (lseek(FD, Offset, SEEK_SET) == -1)
  /external/qemu/
qemu-common.h 104 #define lseek _lseeki64 macro
arm-semi.c 294 gdb_do_syscall(arm_semi_cb, "lseek,%x,%x,0", ARG(0), ARG(1));
297 ret = set_swi_errno(ts, lseek(ARG(0), ARG(1), SEEK_SET));
  /external/qemu/slirp/
tftp.c 121 lseek(fd, block_nr * 512, SEEK_SET);
  /external/qemu/slirp-android/
tftp.c 121 lseek(fd, block_nr * 512, SEEK_SET);
  /external/quake/quake/src/WinQuake/
sys_android.cpp 276 lseek (handle, position, SEEK_SET);
  /frameworks/av/cmds/stagefright/
stream.cpp 101 lseek(mFd, offset, SEEK_SET);
  /hardware/ti/wlan/mac80211/ti-utils/
misc_cmds.c 211 lseek(fd, 0L, 0);
  /libcore/luni/src/main/java/libcore/io/
Os.java 80 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; method in interface:Os
  /system/extras/sound/
playwav.c 283 lseek(fd, 0, SEEK_SET);
  /bootable/recovery/minzip/
Zip.c 680 oldOff = lseek(pArchive->fd, 0, SEEK_CUR);
683 lseek(pArchive->fd, pEntry->offset, SEEK_SET);
699 lseek(pArchive->fd, oldOff, SEEK_SET);
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 411 off = lseek(fd, config.wTotalLength - sizeof(tmp), SEEK_CUR);
447 off = lseek(fd, 0, SEEK_END);
458 off = lseek(fd, DEVICE_DESC_LENGTH, SEEK_SET);
483 off = lseek(fd, 0 - sizeof(tmp), SEEK_CUR);
533 off = lseek(fd, DEVICE_DESC_LENGTH, SEEK_SET);
    [all...]
  /external/libusb_aah/libusb/os/
linux_usbfs.c 598 off = lseek(fd, config.wTotalLength - sizeof(tmp), SEEK_CUR);
634 off = lseek(fd, 0, SEEK_END);
645 off = lseek(fd, DEVICE_DESC_LENGTH, SEEK_SET);
670 off = lseek(fd, 0 - sizeof(tmp), SEEK_CUR);
720 off = lseek(fd, DEVICE_DESC_LENGTH, SEEK_SET);
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 1267 off_t cur = lseek(fd, 0, SEEK_CUR);
1275 int err = lseek(fd, 4 + dict_info_.lemma_size
1289 int err = lseek(fd, 4 + dict_info_.lemma_size, SEEK_SET);
    [all...]
  /external/qemu/block/
qcow2.c 999 lseek(fd, s->l1_table_offset, SEEK_SET);
1008 lseek(fd, s->refcount_table_offset, SEEK_SET);
1016 lseek(fd, s->refcount_block_offset, SEEK_SET);
    [all...]
  /external/linux-tools-perf/util/
trace-event-info.c 240 lseek(fd, 0, SEEK_SET);
  /external/llvm/tools/gold/
gold-plugin.cpp 35 # define lseek _lseek macro

Completed in 4585 milliseconds

1 2 3 4 5 6 7 891011>>