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

  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 38 #include <linux/fadvise.h>
79 // TODO: It would be cool if we could play with various fadvise()
86 // TODO: No clue where fadvise is. Disabled for now.
87 #define FADVISE(fd, off, len, advice) (void)0
121 {"fadvise", required_argument, 0, 'a'},
141 " -a --fadvise: Specify an fadvise policy (not supported).\n"
190 printf("# Fadvise: %s\n", testCase.fadviseAsStr());
261 case 'a': // fadvise
299 FADVISE(fd, 0, 0, testCase->fadvise())
    [all...]
testcase.h 91 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)
  /external/strace/
file.c 49 #include <linux/fadvise.h>
    [all...]

Completed in 155 milliseconds