Home
last modified time | relevance | path

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

/linux/tools/power/pm-graph/
H A Dsleepgraph.py157 rtcpath = '' variable in SystemValues
330 self.rtcpath = rtc
522 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)
523 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()
530 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)
532 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)
6063 if(sysvals.rtcpath != ''):