Searched refs:fadvise (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp38 #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.
123 {"fadvise", required_argument, 0, 'a'},
144 " -a --fadvise: Specify an fadvise policy (not supported).\n"
267 case 'a': // fadvise
305 FADVISE(fd, 0, 0, testCase->fadvise());
431 FADVISE(fd, 0, 0, testCase->fadvise());
543 FADVISE(fd, 0, 0, testCase->fadvise());
[all...]
H A Dtestcase.h94 int fadvise() { return mFadvice; } function in class:android_test::TestCase
H A Dtestcase.cpp34 #include <linux/fadvise.h>
H A Dplot_sdcard.py92 self.fadvise = ''
108 self.fadvise = re.search('# Fadvise: ([\w]+)', line).group(1)

Completed in 31 milliseconds