Searched refs:rtcpath (Results 1 – 1 of 1) sorted by relevance
158 rtcpath = '' variable in SystemValues335 self.rtcpath = rtc533 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)534 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()541 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)543 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)6092 if(sysvals.rtcpath != ''):