Lines Matching refs:access
364 if(os.access(self.powerfile, os.W_OK)):
367 msg = 'This command requires sysfs mount and root access'
5740 if(not os.access(mempath, os.R_OK)):
5749 if not os.path.exists(ep) or not os.access(ep, os.R_OK):
5846 if(not os.access(sysvals.fpdtpath, os.R_OK)):
5854 if(not os.access(sysvals.mempath, os.R_OK)):
5976 # check we have root access
5980 pprint(' have root access: %s' % res)
5983 return 'missing root access'
6205 elif not os.access(sysvals.htmlfile, os.W_OK):