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

  /external/fio/os/
os-hpux.h 10 #include <sys/fadvise.h>
  /bionic/libc/include/
fcntl.h 34 #include <linux/fadvise.h>
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 38 #include <linux/fadvise.h>
80 // TODO: It would be cool if we could play with various fadvise()
87 // TODO: No clue where fadvise is. Disabled for now.
88 #define FADVISE(fd, off, len, advice) (void)0
123 {"fadvise", required_argument, 0, 'a'},
144 " -a --fadvise: Specify an fadvise policy (not supported).\n"
193 printf("# Fadvise: %s\n", testCase.fadviseAsStr());
267 case 'a': // fadvise
305 FADVISE(fd, 0, 0, testCase->fadvise())
    [all...]
testcase.h 94 int fadvise() { return mFadvice; } function in class:android_test::TestCase
testcase.cpp 34 #include <linux/fadvise.h>
plot_sdcard.py 92 self.fadvise = ''
107 elif line.startswith('# Fadvise'):
108 self.fadvise = re.search('# Fadvise: ([\w]+)', line).group(1)

Completed in 87 milliseconds