Home | History | Annotate | Download | only in cros

Lines Matching full:timestamp

40         _ts: Returns a timestamp from /var/run/power_manager/last_resume_timings
41 _hwclock_ts: Read RTC timestamp left on resume in hwclock-on-resume
112 # prime powerd_suspend RTC timestamp saving and make sure hwclock works
188 """Searches logs for last timestamp with a given suspend message."""
197 timestamp = float(words[1])
199 logging.warning('Invalid timestamp: %s', line)
200 timestamp = 0
201 return timestamp
210 """Read the RTC resume timestamp saved by powerd_suspend."""
218 logging.debug('RTC resume timestamp read: %f', seconds)
247 raise error.TestError('Broken RTC timestamp: ' +