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

<<111213141516

  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.cpp 143 off_t fpos = ::lseek(mFd, 0, SEEK_CUR);
  /system/extras/sound/
playwav.c 283 lseek(fd, 0, SEEK_SET);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_wrap_test.cc 409 TEST_F(KernelWrapTest, lseek) {
410 EXPECT_CALL(mock, lseek(kDummyInt, kDummyInt2, kDummyInt3))
412 EXPECT_EQ(kDummyInt4, lseek(kDummyInt, kDummyInt2, kDummyInt3));
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 218 os.lseek(d, 0, 0)
252 os.lseek(d, 0, 0)
281 os.lseek(d, 0, 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 218 os.lseek(d, 0, 0)
252 os.lseek(d, 0, 0)
281 os.lseek(d, 0, 0)
    [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...]
  /bionic/libc/bionic/
getentropy_linux.c 499 HX((off = lseek(0, (off_t)0,
  /external/chromium_org/base/files/
file_posix.cc 288 return lseek(file_.get(), static_cast<off_t>(offset),
  /external/chromium_org/components/nacl/loader/
nacl_listener.cc 85 // lseek() + write().
86 if (lseek(result_fd, size - 1, SEEK_SET) == -1) {
87 LOG(ERROR) << "lseek() failed: " << errno;
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 250 RESTRICT_SYSCALL_DEATH_TEST(lseek);
  /external/chromium_org/ppapi/tests/
test_file_io.cc 35 # define lseek _lseek macro
131 if (lseek(fd, 0, SEEK_SET) < 0)
    [all...]
test_flash_file.cc 66 lseek(file_handle, 0, SEEK_SET);
  /external/chromium_org/third_party/zlib/
gzlib.c 9 # define LSEEK _lseeki64
11 # define LSEEK lseek64
13 # define LSEEK lseek
186 state->start = LSEEK(state->fd, 0, SEEK_CUR);
270 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
311 ret = LSEEK(state->fd, offset - state->have, SEEK_CUR);
406 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-inject.c 385 lseek(inject->output, session->header.data_offset, SEEK_SET);
  /external/llvm/tools/gold/
gold-plugin.cpp 39 # define lseek _lseek macro
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 9 # define LSEEK _lseeki64
12 # define LSEEK lseek64
14 # define LSEEK lseek
256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
355 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /external/qemu/distrib/libsparse/src/
sparse_read.c 39 #define lseek64 lseek
  /external/qemu/distrib/zlib-1.2.8/
gzlib.c 9 # define LSEEK _lseeki64
12 # define LSEEK lseek64
14 # define LSEEK lseek
256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
355 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /external/qemu/target-arm/
arm-semi.c 320 gdb_do_syscall(arm_semi_cb, "lseek,%x,%x,0", arg0, arg1);
323 ret = set_swi_errno(ts, lseek(arg0, arg1, SEEK_SET));
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 79 // old lseek 19
260 DECL_TEMPLATE(darwin, lseek); // 199 (was UX64)
  /external/zlib/src/
gzlib.c 9 # define LSEEK _lseeki64
12 # define LSEEK lseek64
14 # define LSEEK lseek
256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
355 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /libcore/luni/src/main/java/libcore/io/
Os.java 97 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; method in interface:Os
  /ndk/sources/host-tools/make-3.81/
make.h 486 extern long int lseek ();
  /system/core/libsparse/
sparse_read.c 39 #define lseek64 lseek

Completed in 3283 milliseconds

<<111213141516