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

  /external/autotest/client/site_tests/dummy_IdleSuspend/
dummy_IdleSuspend.py 33 # creating the HWCLOCK_FILE, we might otherwise wait forever
39 # of the HWCLOCK_FILE tells us when it starts and when it's done.
42 if os.path.exists(power_suspend.Suspender.HWCLOCK_FILE):
52 while os.path.exists(power_suspend.Suspender.HWCLOCK_FILE):
  /external/autotest/client/cros/
power_suspend.py 88 HWCLOCK_FILE = '/var/run/power_manager/root/hwclock-on-resume'
113 utils.open_write_close(self.HWCLOCK_FILE, '')
213 if os.path.exists(self.HWCLOCK_FILE):
215 utils.read_file(self.HWCLOCK_FILE), re.DOTALL)
248 utils.read_file(self.HWCLOCK_FILE))
462 if os.path.exists(self.HWCLOCK_FILE):
463 os.remove(self.HWCLOCK_FILE)

Completed in 522 milliseconds