/bionic/libc/unistd/ |
lseek64.c | 32 loff_t lseek64(int fd, loff_t off, int whence) function
|
/external/e2fsprogs/lib/blkid/ |
llseek.c | 35 #define my_llseek lseek64 129 return lseek64 (fd, offset, origin);
|
/external/e2fsprogs/lib/ext2fs/ |
llseek.c | 35 #define my_llseek lseek64 125 return lseek64 (fd, offset, origin);
|
/external/e2fsprogs/util/ |
copy_sparse.c | 156 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);
|
/bootable/diskinstaller/libdiskconfig/ |
diskutils.c | 55 if (lseek64(dst_fd, offset, SEEK_SET) != offset) {
|
write_lst.c | 73 if (lseek64(fd, lst->offset, SEEK_SET) != (loff_t)lst->offset) {
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_native.cpp | 133 long long size = lseek64(iSharedFd, 0, SEEK_END); 134 lseek64(iSharedFd, 0, SEEK_SET); 271 lseek64(iSharedFd, iSharedFilePosition + iSharedFileOffset, SEEK_SET); 279 long long curpos = lseek64(iSharedFd, 0, SEEK_CUR);
|
/system/core/libdiskconfig/ |
diskutils.c | 55 if (lseek64(dst_fd, offset, SEEK_SET) != offset) {
|
write_lst.c | 73 if (lseek64(fd, lst->offset, SEEK_SET) != (loff_t)lst->offset) {
|
/bionic/libc/include/ |
unistd.h | 133 extern loff_t lseek64(int, loff_t, int);
|
/external/e2fsprogs/misc/ |
findsuper.c | 43 * - fixed to support > 2G devices by using lseek64 188 for (; lseek64(fd, sk, SEEK_SET) != -1 &&
|
e2image.c | 317 if (lseek64(fd, sparse_offset, SEEK_CUR) < 0)
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 129 extern loff_t lseek64(int, loff_t, int);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
unistd.h | 129 extern loff_t lseek64(int, loff_t, int);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
unistd.h | 129 extern loff_t lseek64(int, loff_t, int);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
unistd.h | 129 extern loff_t lseek64(int, loff_t, int);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
unistd.h | 133 extern loff_t lseek64(int, loff_t, int);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
unistd.h | 133 extern loff_t lseek64(int, loff_t, int);
|
/external/fsck_msdos/ |
dir.c | 467 if (lseek64(f, off, SEEK_SET) != off) { 469 perror("Unable to lseek64"); 841 if (lseek64(f, off, SEEK_SET) != off 943 if (lseek64(dosfs, lfoff, SEEK_SET) != lfoff 973 if (lseek64(dosfs, lfoff, SEEK_SET) != lfoff
|
/external/stlport/src/details/ |
fstream_unistd.cpp | 67 # define LSEEK lseek64
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 290 loff_t pos = lseek64(fd, 0, SEEK_CUR); 296 if (lseek64(fd, pos, SEEK_SET) != pos || read(fd, data, size) != size) {
|
/system/core/toolbox/ |
nandread.c | 192 lseek64(fd, pos, SEEK_SET);
|
/external/qemu/hw/ |
goldfish_nand.c | 33 /* prefer lseek64 on Linux */ 37 # define llseek lseek64
|
/bionic/libc/ |
Android.mk | 30 unistd/lseek64.c \
|
/external/e2fsprogs/ |
configure | [all...] |