Home
last modified time | relevance | path

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

/external/autotest/client/cros/power/
Dpower_suspend.py95 HWCLOCK_FILE = '/run/power_manager/root/hwclock-on-resume' variable in Suspender
133 utils.open_write_close(self.HWCLOCK_FILE, '')
250 if os.path.exists(self.HWCLOCK_FILE):
253 utils.read_file(self.HWCLOCK_FILE), re.DOTALL)
287 utils.read_file(self.HWCLOCK_FILE))
522 utils.open_write_close(self.HWCLOCK_FILE, '')
631 if os.path.exists(self.HWCLOCK_FILE):
632 os.remove(self.HWCLOCK_FILE)
/external/autotest/client/site_tests/dummy_IdleSuspend/
Ddummy_IdleSuspend.py42 if os.path.exists(power_suspend.Suspender.HWCLOCK_FILE):
52 while os.path.exists(power_suspend.Suspender.HWCLOCK_FILE):