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

<<111213

  /external/libpcap/
pcap-dlpi.c     [all...]
  /external/mksh/src/
shf.c 300 lseek(shf->fd, (off_t)-shf->rnleft, SEEK_CUR);
  /external/qemu/block/
qcow.c 816 lseek(fd, header_size, SEEK_SET);
vvfat.c     [all...]
  /ndk/sources/host-tools/make-3.81/
remake.c 1078 if (lseek (fd, 0L, 0) < 0L)
1079 TOUCH_ERROR ("touch: lseek: ");
    [all...]
  /system/vold/
cryptfs.c 322 if (lseek(fd, crypt_ftr->ftr_size - sizeof(struct crypt_mnt_ftr), SEEK_CUR) == -1) {
    [all...]
VolumeManager.cpp 357 if (lseek(sbfd, (numImgSectors * 512), SEEK_SET) < 0) {
359 SLOGE("Failed to lseek for superblock (%s)", strerror(errno));
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 63 if (lseek(pr->fd, 0, SEEK_SET) < 0)
    [all...]
  /external/linux-tools-perf/util/
session.c 801 lseek(session->fd, file_offset, SEEK_SET);
    [all...]
  /external/stressapptest/src/
sat.cc 97 if (lseek(logfile_, 0, SEEK_END) == -1) {
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 548 VG_(lseek)( fh, 0, VKI_SEEK_SET );
    [all...]
  /bionic/libc/tzcode/
localtime.c 509 if (lseek(fid, off, SEEK_SET) < 0) {
    [all...]
  /bionic/linker/
linker.cpp 653 off_t sz = lseek(fd, -sizeof(prelink_info_t), SEEK_END);
655 DL_ERR("lseek failed: %s", strerror(errno));
    [all...]
  /external/openssh/
sftp-client.c 1132 if ((lseek(local_fd, req->offset, SEEK_SET) == -1 ||
    [all...]
  /external/ppp/pppd/
auth.c     [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 294 if (-1 == lseek(mFileId, TEXTURE_STORE_SIZE-1, SEEK_SET)) {
    [all...]
  /system/core/libcutils/
tztime.c 438 if (lseek(fid, off, SEEK_SET) < 0) {
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 813 VG_(lseek)(sr_Res(f), d.d_off, VKI_SEEK_SET);
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 204 (19): old lseek
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 825 return throwIfMinusOne(env, "lseek", TEMP_FAILURE_RETRY(lseek64(fd, offset, whence)));
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 245 Syscall param lseek(fd) contains uninitialised byte(s)
249 Syscall param lseek(offset) contains uninitialised byte(s)
253 Syscall param lseek(whence) contains uninitialised byte(s)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 1191 milliseconds

<<111213