HomeSort by relevance Sort by last modified time
    Searched refs:fallocate64 (Results 1 - 25 of 34) sorted by null

1 2

  /bionic/libc/arch-mips/syscalls/
fallocate64.S 5 ENTRY(fallocate64) function
19 END(fallocate64)
  /bionic/libc/arch-arm/syscalls/
fallocate64.S 5 ENTRY(fallocate64) function
22 END(fallocate64)
  /bionic/libc/arch-arm64/syscalls/
fallocate.S 16 ALIAS_SYMBOL(fallocate64, fallocate)
  /bionic/libc/arch-x86_64/syscalls/
fallocate.S 18 ALIAS_SYMBOL(fallocate64, fallocate)
  /bionic/libc/bionic/
posix_fallocate.cpp 40 return (fallocate64(fd, 0, offset, length) == 0) ? 0 : errno;
  /bionic/libc/arch-mips64/syscalls/
fallocate.S 27 ALIAS_SYMBOL(fallocate64, fallocate)
  /bionic/libc/arch-x86/syscalls/
fallocate64.S 5 ENTRY(fallocate64) function
54 END(fallocate64)
  /bionic/libc/include/
fcntl.h 77 extern int fallocate(int, int, off_t, off_t) __RENAME(fallocate64); variable
85 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 291 fallocate64);
293 # define fallocate fallocate64
297 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 312 fallocate64);
314 # define fallocate fallocate64
318 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 330 fallocate64);
332 # define fallocate fallocate64
336 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
  /development/ndk/platforms/android-21/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
fcntl.h 68 extern int fallocate64(int, int, off64_t, off64_t);

Completed in 753 milliseconds

1 2