Home
last modified time | relevance | path

Searched refs:pageinout_test (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/pagingtest/
DAndroid.mk8 pageinout_test.c \
Dpagingtest.h17 int pageinout_test(int test_runs, bool cache, unsigned long long file_size);
Dpagingtest.c170 rc = pageinout_test(test_runs, true, file_size); in main()
174 rc = pageinout_test(test_runs, false, file_size); in main()
Dpageinout_test.c12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { in pageinout_test() function