Searched refs:lseek64 (Results 1 – 13 of 13) sorted by relevance
/bionic/tests/ |
D | unistd_test.cpp | 1188 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST() 1192 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST() 1196 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST() 1200 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST() 1211 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST() 1215 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST() 1222 ASSERT_EQ(file_size, lseek64(tf.fd, file_size, SEEK_SET)); in TEST() 1233 ASSERT_EQ(file_size, lseek64(tf.fd, file_size, SEEK_SET)); in TEST() 1237 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST() 1248 ASSERT_EQ(0, lseek64(tf.fd, 0, SEEK_SET)); in TEST() [all …]
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/ |
D | foo.h | 31 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/ |
D | foo.h | 35 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
|
/bionic/libc/include/ |
D | unistd.h | 250 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64); 263 off64_t lseek64(int __fd, off64_t __offset, int __whence);
|
/bionic/docs/ |
D | 32-bit-abi.md | 18 function `lseek64` were available right from the beginning in API 3. Secondly, 25 `lseek` in the source becoming `lseek64` at runtime) was added late. Even when 31 64-bit equivalents, and none of them (except `lseek`/`lseek64`) exist. As you
|
/bionic/libc/bionic/ |
D | legacy_32_bit_support.cpp | 53 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64() function
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_074.S | 463 CALL(lseek64)
|
D | liblinker_reloc_bench_001.S | 3801 CALL(lseek64)
|
D | liblinker_reloc_bench_000.S | 9760 CALL(lseek64)
|
/bionic/libc/stdio/ |
D | stdio.cpp | 545 return TEMP_FAILURE_RETRY(lseek64(fp->_file, offset, whence)); in __sseek64()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 167 off_t lseek|lseek64(int, off_t, int) lp64
|
D | libc.map.txt | 618 lseek64;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 618 lseek64;
|