HomeSort by relevance Sort by last modified time
    Searched refs:posix_fallocate (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 198 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
201 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
205 # define posix_fallocate posix_fallocate64 macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 198 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
201 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
205 # define posix_fallocate posix_fallocate64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 198 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
201 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
205 # define posix_fallocate posix_fallocate64 macro
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 307 milliseconds