HomeSort by relevance Sort by last modified time
    Searched refs:enable_size (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/platform_CompressedSwap/
platform_CompressedSwap.py 58 enable_size = utils.read_one_line(self.swap_enable_file)
60 enable_size = "nonexistent" # implies nonzero
61 if enable_size == "0":
74 (enable_size, self.swap_disksize_file))
83 % (enable_size, swaprequested, swaptotal))
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 411 enable_size = utils.read_one_line(self.swap_enable_file)
413 enable_size = "nonexistent" # implies nonzero
414 if enable_size == "0":
427 (enable_size, self.swap_disksize_file))
436 enable_size, swaprequested, swaptotal)

Completed in 68 milliseconds