OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fadvise
(Results
1 - 5
of
5
) 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
...]
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)
/external/strace/
file.c
49
#include <linux/
fadvise
.h>
[
all
...]
Completed in 3624 milliseconds