Searched refs:truncate64 (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/arch-arm/syscalls/
H A Dtruncate64.S5 ENTRY(truncate64) function
14 END(truncate64)
/bionic/libc/arch-mips/syscalls/
H A Dtruncate64.S5 ENTRY(truncate64) function
19 END(truncate64)
/bionic/libc/arch-x86/syscalls/
H A Dtruncate64.S5 ENTRY(truncate64) function
31 END(truncate64)
/bionic/libc/arch-arm64/syscalls/
H A Dtruncate.S16 ALIAS_SYMBOL(truncate64, truncate)
/bionic/libc/arch-x86_64/syscalls/
H A Dtruncate.S17 ALIAS_SYMBOL(truncate64, truncate)
/bionic/libc/arch-mips64/syscalls/
H A Dtruncate.S27 ALIAS_SYMBOL(truncate64, truncate)
/bionic/libc/include/
H A Dunistd.h163 extern int truncate(const char *, off_t) __RENAME(truncate64); variable
175 extern int truncate64(const char *, off64_t);
/bionic/tests/
H A Dunistd_test.cpp149 TEST(unistd, truncate64) {
152 ASSERT_EQ(0, truncate64(tf.filename, 123));

Completed in 332 milliseconds