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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ext2fs/
imager.c 99 lseek(fd, fs->blocksize, SEEK_CUR);
  /external/llvm/lib/Support/
MemoryBuffer.cpp 332 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);
sys_dos.cpp 660 lseek (handle, position, SEEK_SET);
  /frameworks/av/cmds/stagefright/
stream.cpp 100 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 76 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; method in interface:Os
Posix.java 78 public native long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; method in class:Posix
  /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...]
  /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 38 # define lseek _lseek macro
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 78 // old lseek 19
259 DECL_TEMPLATE(darwin, lseek); // 199 (was UX64)
  /external/zlib/src/
gzlib.c 9 # define LSEEK _lseeki64
12 # define LSEEK lseek64
14 # define LSEEK lseek
250 state->start = LSEEK(state->fd, 0, SEEK_CUR);
345 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
386 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
482 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /frameworks/native/cmds/dumpstate/
utils.c 488 if (lseek(fd, 0, SEEK_END) < 0) {
489 fprintf(stderr, "lseek: %s\n", strerror(errno));
  /ndk/sources/host-tools/make-3.81/
make.h 486 extern long int lseek ();
  /system/core/libsparse/
sparse_read.c 37 #define lseek64 lseek
  /bionic/libc/arch-arm/
syscalls.mk 51 syscall_src += arch-arm/syscalls/lseek.S

Completed in 1335 milliseconds

1 2 3 4 5 6 7 8 91011>>