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

  /bionic/libc/bionic/
posix_fadvise.cpp 37 int posix_fadvise(int fd, off_t offset, off_t length, int advice) { function
  /external/libchrome/base/test/
test_file_util_linux.cc 24 // Inconveniently, the NDK doesn't provide for posix_fadvise
30 int posix_fadvise(int fd, off_t offset, off_t len, int advice) { function in namespace:base::__anon27608
33 // function; this is helpfully documented in the Linux posix_fadvise manpage.
54 if (posix_fadvise(fd.get(), 0, 0, POSIX_FADV_DONTNEED) != 0)
  /external/e2fsprogs/misc/
e4defrag.c 191 #define posix_fadvise posix_fadvise64 macro
193 #define posix_fadvise fadvise64 macro
195 #error posix_fadvise not available!
444 if (posix_fadvise(fd, offset, pagesize, fadvise_flag) < 0) {
    [all...]

Completed in 721 milliseconds