Searched defs:ftruncate (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-arm64/syscalls/
H A Dftruncate.S5 ENTRY(ftruncate) function
14 END(ftruncate)
16 ALIAS_SYMBOL(ftruncate64, ftruncate)
/bionic/libc/arch-mips64/syscalls/
H A Dftruncate.S5 ENTRY(ftruncate) function
25 END(ftruncate)
27 ALIAS_SYMBOL(ftruncate64, ftruncate)
/bionic/libc/arch-x86_64/syscalls/
H A Dftruncate.S5 ENTRY(ftruncate) function
15 END(ftruncate)
17 ALIAS_SYMBOL(ftruncate64, ftruncate)
/bionic/libc/bionic/
H A Dftruncate.cpp25 // The kernel's implementation of ftruncate uses an unsigned long for the length
28 int ftruncate(int filedes, off_t length) { function

Completed in 132 milliseconds