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

/bionic/libc/arch-arm64/syscalls/
H A Dlseek.S16 ALIAS_SYMBOL(lseek64, lseek)
/bionic/libc/arch-x86_64/syscalls/
H A Dlseek.S17 ALIAS_SYMBOL(lseek64, lseek)
/bionic/libc/arch-mips64/syscalls/
H A Dlseek.S27 ALIAS_SYMBOL(lseek64, lseek)
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
H A Dfoo.h35 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64); variable
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/
H A Dfoo.h31 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64); variable
/bionic/tests/
H A Dunistd_test.cpp1064 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET));
1068 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET));
1072 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET));
1076 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET));
1087 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET));
1091 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET));
1098 ASSERT_EQ(file_size, lseek64(tf.fd, file_size, SEEK_SET));
1109 ASSERT_EQ(file_size, lseek64(tf.fd, file_size, SEEK_SET));
1113 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET));
1124 ASSERT_EQ(0, lseek64(t
[all...]
/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp61 // For lseek64 we need to use the llseek system call which splits the off64_t in two and
63 off64_t lseek64(int fd, off64_t off, int whence) { function
/bionic/libc/include/
H A Dunistd.h171 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64); variable
186 off64_t lseek64(int __fd, off64_t __offset, int __whence);
/bionic/tools/versioner/current/
H A Dunistd.h171 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64); variable
186 off64_t lseek64(int __fd, off64_t __offset, int __whence);
/bionic/libc/stdio/
H A Dstdio.cpp490 return TEMP_FAILURE_RETRY(lseek64(fp->_file, offset, whence));

Completed in 174 milliseconds