lseek             518 base/debug/stack_trace_posix.cc       if (fd >= 0 && lseek(fd, 0, SEEK_SET) < 0) {
lseek             285 base/files/file_posix.cc   return lseek(file_.get(), static_cast<off_t>(offset),
lseek             234 base/platform_file_posix.cc   return lseek(file, static_cast<off_t>(offset), static_cast<int>(whence));
lseek             165 base/third_party/symbolize/symbolize.cc   off_t off = lseek(fd, offset, SEEK_SET);
lseek             354 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		((oldsize=lseek(fd,0,SEEK_END))==-1) ||
lseek             356 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		(lseek(fd,0,SEEK_SET)!=0) ||
lseek             370 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		((newsize=lseek(fd,0,SEEK_END))==-1) ||
lseek             372 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		(lseek(fd,0,SEEK_SET)!=0) ||
lseek             283 chrome/installer/mac/third_party/bsdiff/goobspatch.c 		if (lseek(fd, off, SEEK_SET) != off)
lseek             447 chrome/installer/mac/third_party/bsdiff/goobspatch.c 		((oldsize=lseek(fd,0,SEEK_END))==-1) ||
lseek             449 chrome/installer/mac/third_party/bsdiff/goobspatch.c 		(lseek(fd,0,SEEK_SET)!=0) ||
lseek            1075 components/breakpad/app/breakpad_linux.cc     if (lseek(dumpfd, 0, SEEK_SET) == -1) {
lseek            1115 components/breakpad/app/breakpad_linux.cc     if (lseek(dumpfd, 0, SEEK_SET) == -1) {
lseek              66 components/nacl/loader/nacl_listener.cc       if (lseek(result_fd, size - 1, SEEK_SET) == -1) {
lseek              44 components/nacl/loader/nonsfi/irt_fdio.cc   return CheckErrorWithResult(lseek(fd, offset, whence), new_offset);
lseek              92 media/base/android/webaudio_media_codec_bridge.cc   lseek(fd, 0, SEEK_SET);
lseek             252 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->lseek(fd, offset, whence);
lseek             122 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual off_t lseek(int fd, off_t offset, int whence);
lseek              76 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h off_t NAME(lseek)(int fd, off_t offset, int whence) NOTHROW;
lseek              23 native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c   off_t ret = lseek((int) cookie, *offset, whence);
lseek             319 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc TEST_F(KernelWrapTest, lseek) {
lseek             320 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   EXPECT_CALL(mock, lseek(kDummyInt, kDummyInt2, kDummyInt3))
lseek             322 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   EXPECT_EQ(kDummyInt4, lseek(kDummyInt, kDummyInt2, kDummyInt3));
lseek              44 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD3(lseek, off_t(int, off_t, int));
lseek             162 net/base/file_stream_context_posix.cc   off_t res = lseek(file_.GetPlatformFile(), static_cast<off_t>(offset),
lseek             130 ppapi/tests/test_file_io.cc   if (lseek(fd, 0, SEEK_SET) < 0)
lseek            1039 ppapi/tests/test_file_io.cc   off_t off = lseek(fd, 0, SEEK_CUR);
lseek            1045 ppapi/tests/test_file_io.cc   off = lseek(fd, 0, SEEK_SET);
lseek              66 ppapi/tests/test_flash_file.cc   lseek(file_handle, 0, SEEK_SET);
lseek             157 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc       lseek(file_, count, SEEK_CUR) != (off_t)-1) {
lseek             694 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       ASSERT_NE(lseek(file, 0, SEEK_SET), (off_t)-1);
lseek             727 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       ASSERT_NE(lseek(file, 0, SEEK_SET), (off_t)-1);
lseek            27086 third_party/sqlite/amalgamation/sqlite3.c   newOffset = lseek(id->h, offset, SEEK_SET);
lseek            27162 third_party/sqlite/amalgamation/sqlite3.c   newOffset = lseek(id->h, offset, SEEK_SET);
lseek            2945 third_party/sqlite/src/src/os_unix.c   newOffset = lseek(id->h, offset, SEEK_SET);
lseek            3021 third_party/sqlite/src/src/os_unix.c   newOffset = lseek(id->h, offset, SEEK_SET);
lseek             171 third_party/sqlite/src/src/test_demovfs.c   ofst = lseek(p->fd, iOfst, SEEK_SET);
lseek             235 third_party/sqlite/src/src/test_demovfs.c   ofst = lseek(p->fd, iOfst, SEEK_SET);
lseek              63 third_party/sqlite/src/tool/showdb.c   lseek(db, ofst, SEEK_SET);
lseek             486 third_party/sqlite/src/tool/showdb.c   lseek(db, 16, SEEK_SET);
lseek              55 third_party/sqlite/src/tool/showwal.c   lseek(fd, ofst, SEEK_SET);
lseek             287 third_party/sqlite/src/tool/showwal.c   lseek(fd, 10, SEEK_SET);
lseek             104 third_party/talloc/libreplace/repdir_getdents.c 		d->seekpos = lseek(d->fd, 0, SEEK_CUR);
lseek             120 third_party/talloc/libreplace/repdir_getdents.c 		d->seekpos = lseek(d->fd, 0, SEEK_CUR);
lseek             135 third_party/talloc/libreplace/repdir_getdents.c 	d->seekpos = lseek(d->fd, ofs & ~(DIR_BUF_SIZE-1), SEEK_SET);
lseek             127 third_party/talloc/libreplace/repdir_getdirentries.c 		d->seekpos = lseek(d->fd, 0, SEEK_CUR);
lseek             147 third_party/talloc/libreplace/repdir_getdirentries.c 	d->seekpos = lseek(d->fd, ofs & ~(DIR_BUF_SIZE-1), SEEK_SET);
lseek             442 third_party/talloc/libreplace/replace.c 	if (lseek(__fd, __offset, SEEK_SET) != __offset) {
lseek             456 third_party/talloc/libreplace/replace.c 	if (lseek(__fd, __offset, SEEK_SET) != __offset) {
lseek            1886 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h     LSS_INLINE off_t LSS_NAME(lseek)(int f, off_t o, int w) {
lseek            1887 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h       _LSS_BODY(3, off_t, lseek, off_t, LSS_SYSCALL_ARG(f), (uint64_t)(o),
lseek            1891 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h     LSS_INLINE _syscall3(off_t,   lseek,           int,         f,
lseek            1800 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h   LSS_INLINE _syscall3(off_t,   lseek,           int,         f,
lseek              13 third_party/zlib/gzlib.c #  define LSEEK lseek
lseek              78 tools/android/file_poller/file_poller.cc   if (lseek(fd_in, 0, SEEK_SET) < 0)
lseek             163 tools/android/file_poller/file_poller.cc   if (lseek(fd, 0, SEEK_SET) < 0)