Home
last modified time | relevance | path

Searched refs:lseek64 (Results 1 – 18 of 18) sorted by relevance

/bionic/libc/arch-arm64/syscalls/
Dlseek.S16 ALIAS_SYMBOL(lseek64, lseek)
/bionic/libc/arch-x86_64/syscalls/
Dlseek.S17 ALIAS_SYMBOL(lseek64, lseek)
/bionic/libc/arch-mips64/syscalls/
Dlseek.S27 ALIAS_SYMBOL(lseek64, lseek)
/bionic/tests/
Dunistd_test.cpp875 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
879 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
883 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
887 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
898 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
902 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
909 ASSERT_EQ(file_size, lseek64(tf.fd, file_size, SEEK_SET)); in TEST()
920 ASSERT_EQ(file_size, lseek64(tf.fd, file_size, SEEK_SET)); in TEST()
924 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
935 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
[all …]
/bionic/libc/bionic/
Dlegacy_32_bit_support.cpp63 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64() function
/bionic/libc/stdio/
Dstdio.cpp406 TEMP_FAILURE_RETRY(lseek64(fp->_file, 0, SEEK_END)); in __swrite()
418 return TEMP_FAILURE_RETRY(lseek64(fp->_file, offset, whence)); in __sseek64()
/bionic/libc/include/
Dunistd.h170 extern off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
175 extern off64_t lseek64(int __fd, off64_t __offset, int __whence);
/bionic/libc/
Dlibc.mips64.map548 lseek64;
Dlibc.x86_64.map548 lseek64;
Dlibc.arm64.map548 lseek64;
Dlibc.x86.brillo.map619 lseek64;
Dlibc.mips.brillo.map621 lseek64;
Dlibc.arm.brillo.map623 lseek64;
Dlibc.mips.map621 lseek64;
Dlibc.x86.map619 lseek64;
Dlibc.arm.map623 lseek64;
Dlibc.map.txt625 lseek64;
DSYSCALLS.TXT162 off_t lseek|lseek64(int, off_t, int) arm64,mips64,x86_64