Lines Matching refs:access
342 if(os.access(self.powerfile, os.W_OK)):
345 msg = 'This command requires sysfs mount and root access'
5501 if(not os.access(mempath, os.R_OK)):
5510 if not os.path.exists(ep) or not os.access(ep, os.R_OK):
5640 if(not os.access(sysvals.fpdtpath, os.R_OK)):
5648 if(not os.access(sysvals.mempath, os.R_OK)):
5770 # check we have root access
5774 pprint(' have root access: %s' % res)
5777 return 'missing root access'
5993 elif not os.access(sysvals.htmlfile, os.W_OK):