OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swap_disksize_file
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/platform_CompressedSwap/
platform_CompressedSwap.py
20
swap_disksize_file
= '/sys/block/zram0/disksize'
variable in class:platform_CompressedSwap
70
if not os.path.exists(self.
swap_disksize_file
):
74
(enable_size, self.
swap_disksize_file
))
75
disksize = utils.read_one_line(self.
swap_disksize_file
)
/external/autotest/client/site_tests/platform_MemCheck/
platform_MemCheck.py
20
swap_disksize_file
= '/sys/block/zram0/disksize'
variable in class:platform_MemCheck
41
swapref = int(utils.read_one_line(self.
swap_disksize_file
)) / 1024
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py
109
swap_disksize_file
= '/sys/block/zram0/disksize'
variable in class:platform_CompressedSwapPerf
423
if not os.path.exists(self.
swap_disksize_file
):
427
(enable_size, self.
swap_disksize_file
))
428
disksize = utils.read_one_line(self.
swap_disksize_file
)
Completed in 420 milliseconds