Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/zram/
DZramTest.cpp42 int64_t swapSize; in TEST() local
65 ParseInt(data[SWAP_SIZE], &swapSize); in TEST()
66 ASSERT_GE(swapSize, 0) << "No swap space on zram0."; in TEST()