Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Danalyze_suspend.py91 rtcpath = '' variable in SystemValues
120 self.rtcpath = rtc
158 os.system('echo 0 > '+self.rtcpath+'/wakealarm')
159 outD = open(self.rtcpath+'/date', 'r').read().strip()
160 outT = open(self.rtcpath+'/time', 'r').read().strip()
174 os.system('echo %d > %s/wakealarm' % (alarm, self.rtcpath))
3203 if(sysvals.rtcpath != ''):