/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadThread.java | 580 Log.w(TAG, "fallocate() not supported; falling back to ftruncate()"); [all...] |
/prebuilts/gdb/darwin-x86/share/gdb/syscalls/ |
arm-linux.xml | 365 <syscall name="fallocate" number="352"/>
|
/prebuilts/gdb/linux-x86/share/gdb/syscalls/ |
arm-linux.xml | 365 <syscall name="fallocate" number="352"/>
|
/toolchain/binutils/binutils-2.25/gold/ |
configure.ac | 593 AC_CHECK_FUNCS(mallinfo posix_fallocate fallocate readv sysconf times)
|
output.cc | 123 // or the --no-posix-fallocate option is set, we try the fallocate 135 if (::fallocate(o, 0, offset, len) == 0) [all...] |
/external/toybox/www/ |
roadmap.html | 565 chvt clear dd df dmesg eject fallocate free id login mknod mountpoint [all...] |
index.html | [all...] |
news.html | [all...] |
/external/e2fsprogs/ |
configure.in | 1028 fallocate [all...] |
/external/strace/ |
Makefile.am | 89 fallocate.c \
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux.go | 831 //sys Fallocate(fd int, mode uint32, off int64, len int64) (err error)
|
zsyscall_linux_386.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
zsyscall_linux_amd64.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
zsyscall_linux_arm.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
zsyscall_linux_arm64.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
zsyscall_linux_ppc64.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
zsyscall_linux_ppc64le.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux.go | 831 //sys Fallocate(fd int, mode uint32, off int64, len int64) (err error)
|
zsyscall_linux_386.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
zsyscall_linux_amd64.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
zsyscall_linux_arm.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
zsyscall_linux_arm64.go | 398 func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { [all...] |
/external/google-breakpad/src/third_party/lss/ |
linux_syscall_support.h | 1852 LSS_INLINE int LSS_NAME(fallocate)(int fd, int mode, function 3189 LSS_INLINE int LSS_NAME(fallocate)(int f, int mode, loff_t offset, function [all...] |
/external/toybox/generated/ |
flags.h | 667 // fallocate >1l#| >1l#| [all...] |
/external/valgrind/ |
NEWS | [all...] |