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

  /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...]
plot_sdcard.py 92 self.fadvise = ''
107 elif line.startswith('# Fadvise'):
108 self.fadvise = re.search('# Fadvise: ([\w]+)', line).group(1)
testcase.cpp 34 #include <linux/fadvise.h>
testcase.h 94 int fadvise() { return mFadvice; } function in class:android_test::TestCase
  /external/strace/
Android.patch 22 +#include <linux/fadvise.h>
file.c 49 #include <linux/fadvise.h>
    [all...]
ChangeLog-CVS     [all...]
  /prebuilts/qemu-kernel/arm/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 245 milliseconds