/bionic/libc/bionic/ |
posix_fallocate.cpp | 33 int posix_fallocate(int fd, off_t offset, off_t length) { function
|
/external/toybox/toys/other/ |
fallocate.c | 30 if ((errno = posix_fallocate(fd, TT.offset, TT.size)))
|
/external/fio/ |
helpers.h | 10 extern int posix_fallocate(int fd, off_t offset, off_t len);
|
helpers.c | 21 int posix_fallocate(int fd, off_t offset, off_t len) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
fcntl.h | 186 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len); 189 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset, 193 # define posix_fallocate posix_fallocate64 macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
fcntl.h | 233 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len); 236 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset, 240 # define posix_fallocate posix_fallocate64 macro
|
/bionic/libc/include/ |
fcntl.h | 86 int posix_fallocate(int, off_t, off_t) __RENAME(posix_fallocate64) __INTRODUCED_IN(21); 90 int posix_fallocate(int, off_t, off_t) __INTRODUCED_IN(21);
|
/development/ndk/platforms/android-21/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|
/prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/ |
fcntl.h | 78 extern int posix_fallocate(int, off_t, off_t);
|