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

  /external/chromium/base/test/
test_file_util_linux.cc 21 if (posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED) != 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 176 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
180 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
184 # define posix_fadvise posix_fadvise64 macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 176 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
180 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
184 # define posix_fadvise posix_fadvise64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 176 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
180 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
184 # define posix_fadvise posix_fadvise64 macro
  /external/elfutils/src/
strings.c 591 (void) posix_fadvise (fd, 0, 0, POSIX_FADV_SEQUENTIAL);

Completed in 2585 milliseconds