OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swap_enable_file
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/platform_CompressedSwap/
platform_CompressedSwap.py
19
swap_enable_file
= '/home/chronos/.swap_enabled'
variable in class:platform_CompressedSwap
57
if os.path.exists(self.
swap_enable_file
):
58
enable_size = utils.read_one_line(self.
swap_enable_file
)
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py
108
swap_enable_file
= '/home/chronos/.swap_enabled'
variable in class:platform_CompressedSwapPerf
410
if os.path.exists(self.
swap_enable_file
):
411
enable_size = utils.read_one_line(self.
swap_enable_file
)
Completed in 5064 milliseconds