Home
last modified time | relevance | path

Searched refs:lseek64 (Results 1 – 17 of 17) 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/tools/versioner/tests/preprocessor_file_offset_bits/headers/
Dfoo.h27 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
Dfoo.h31 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
/bionic/tests/
Dunistd_test.cpp1048 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
1052 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
1056 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
1060 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
1071 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
1075 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
1082 ASSERT_EQ(file_size, lseek64(tf.fd, file_size, SEEK_SET)); in TEST()
1093 ASSERT_EQ(file_size, lseek64(tf.fd, file_size, SEEK_SET)); in TEST()
1097 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST()
1108 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.cpp452 TEMP_FAILURE_RETRY(lseek64(fp->_file, 0, SEEK_END)); in __swrite()
464 return TEMP_FAILURE_RETRY(lseek64(fp->_file, offset, whence)); in __sseek64()
/bionic/libc/include/
Dunistd.h169 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
174 off64_t lseek64(int __fd, off64_t __offset, int __whence);
/bionic/libc/
DSYSCALLS.TXT162 off_t lseek|lseek64(int, off_t, int) arm64,mips64,x86_64
Dlibc.mips64.map541 lseek64;
Dlibc.x86_64.map541 lseek64;
Dlibc.arm64.map541 lseek64;
Dlibc.x86.map611 lseek64;
Dlibc.mips.map613 lseek64;
Dlibc.arm.map615 lseek64;
Dlibc.map.txt617 lseek64;