Searched refs:rtcpath (Results 1 – 1 of 1) sorted by relevance
147 rtcpath = '' variable in SystemValues310 self.rtcpath = rtc482 call('echo 0 > '+self.rtcpath+'/wakealarm', shell=True)483 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()490 call('echo %d > %s/wakealarm' % (alarm, self.rtcpath), shell=True)492 call('echo 0 > %s/wakealarm' % self.rtcpath, shell=True)5872 if(sysvals.rtcpath != ''):