Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py125 rtcpath = '' variable in SystemValues
255 self.rtcpath = rtc
384 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)
385 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()
392 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)
394 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)
5217 if(sysvals.rtcpath != ''):