Home
last modified time | relevance | path

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

/bionic/tests/
Dunistd_test.cpp1188 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/
Dfoo.h31 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
Dfoo.h35 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
/bionic/libc/include/
Dunistd.h250 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/
D32-bit-abi.md18 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/
Dlegacy_32_bit_support.cpp53 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64() function
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_074.S463 CALL(lseek64)
Dliblinker_reloc_bench_001.S3801 CALL(lseek64)
Dliblinker_reloc_bench_000.S9760 CALL(lseek64)
/bionic/libc/stdio/
Dstdio.cpp545 return TEMP_FAILURE_RETRY(lseek64(fp->_file, offset, whence)); in __sseek64()
/bionic/libc/
DSYSCALLS.TXT167 off_t lseek|lseek64(int, off_t, int) lp64
Dlibc.map.txt618 lseek64;
/bionic/tools/versioner/platforms/
Dlibc.map.txt618 lseek64;