Searched refs:advice (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/sdcard/
H A Dtestcase.cpp193 void TestCase::setFadvise(const char *advice) argument
196 if (strcmp(advice, "sequential") == 0)
200 else if (strcmp(advice, "random") == 0)
204 else if (strcmp(advice, "noreuse") == 0)
208 else if (strcmp(advice, "willneed") == 0)
212 else if (strcmp(advice, "dontneed") == 0)
H A Dtestcase.h95 void setFadvise(const char *advice);
H A Dsdcard_perf_test.cpp88 #define FADVISE(fd, off, len, advice) (void)0

Completed in 55 milliseconds