Searched refs:lseek64 (Results 1 - 15 of 15) sorted by relevance

/external/f2fs-tools/lib/
H A Dlibf2fs_io.c33 if (lseek64(config.kd, (off64_t)offset, SEEK_SET) < 0)
42 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0)
60 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0)
74 if (lseek64(config.dump_fd, (off64_t)offset, SEEK_SET) < 0)
86 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0)
/external/e2fsprogs/lib/blkid/
H A Dllseek.c35 #define my_llseek lseek64
129 return lseek64 (fd, offset, origin);
/external/e2fsprogs/lib/ext2fs/
H A Dllseek.c35 #define my_llseek lseek64
127 return lseek64 (fd, offset, origin);
/external/e2fsprogs/util/
H A Dcopy_sparse.c156 if (lseek64(fd, should_be, SEEK_SET) == (off_t) -1) {
160 if (lseek64(ofd, should_be, SEEK_SET) == (off_t) -1) {
195 lseek64(ofd, offset-1, SEEK_CUR);
/external/gptfdisk/
H A Dsupport.h14 // Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64
16 #define lseek64 lseek macro
H A Ddiskio-unix.cc283 sought = lseek64(fd, seekTo, SEEK_SET);
/external/tlsdate/src/
H A Dseccomp.c104 SC_ALLOW (lseek64),
/external/fsck_msdos/
H A Ddir.c324 if (lseek64(f, off, SEEK_SET) != off) {
326 perror("Unable to lseek64");
337 if (lseek64(f, off, SEEK_SET) != off) {
339 perror("Unable to lseek64");
474 if (lseek64(f, off, SEEK_SET) != off) {
476 perror("Unable to lseek64");
563 if (lseek64(f, off, SEEK_SET) != off) {
565 perror("Unable to lseek64");
961 if (lseek64(f, off, SEEK_SET) != off
1063 if (lseek64(dosf
[all...]
/external/e2fsprogs/misc/
H A Dfindsuper.c43 * - fixed to support > 2G devices by using lseek64
190 for (; lseek64(fd, sk, SEEK_SET) != -1 &&
/external/libchrome/base/files/
H A Dfile_posix.cc192 return lseek64(file_.get(), static_cast<off64_t>(offset),
/external/opencv3/3rdparty/zlib/
H A Dgzlib.c12 # define LSEEK lseek64
/external/pdfium/third_party/zlib_v128/
H A Dgzlib.c12 # define LSEEK lseek64
/external/zlib/src/
H A Dgzlib.c12 # define LSEEK lseek64
/external/libbrillo/brillo/streams/
H A Dfile_stream.cc50 return lseek64(fd_, offset, whence);
/external/e2fsprogs/
H A Dconfigure10467 ac_fn_c_check_decl "$LINENO" "lseek64" "ac_cv_have_decl_lseek64" "#define _LARGEFILE_SOURCE
11044 for ac_func in __secure_getenv backtrace blkid_probe_get_topology chflags fallocate fallocate64 fchown fdatasync fstat64 ftruncate64 getdtablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 llseek lseek64 mallinfo mbstowcs memalign mmap msync nanosleep open64 pathconf posix_fadvise posix_memalign prctl secure_getenv setmntent setresgid setresuid srandom strcasecmp strdup strnlen strptime strtoull sync_file_range sysconf usleep utime valloc

Completed in 519 milliseconds