Searched refs:rtcpath (Results 1 – 1 of 1) sorted by relevance
145 rtcpath = '' variable in SystemValues308 self.rtcpath = rtc480 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)481 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()488 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)490 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)5832 if(sysvals.rtcpath != ''):