Lines Matching refs:path
205 if os.path.exists('/dev/rtc'):
208 if os.path.exists(rtc) and os.path.exists(rtc+'/date') and \
209 os.path.exists(rtc+'/time') and os.path.exists(rtc+'/wakealarm'):
254 if not os.path.isdir(self.testdir):
461 def fsetVal(self, val, path, mode='w'): argument
462 file = self.tpath+path
463 if not os.path.exists(file):
472 def fgetVal(self, path): argument
473 file = self.tpath+path
475 if not os.path.exists(file):
582 if(os.path.exists(tp+f) == False):
590 if(os.path.exists(tp+f) == False):
2070 if(os.path.exists(sysvals.ftracefile) == False):
2506 if(os.path.exists(sysvals.dmesgfile) == False):
3955 if(os.path.exists(sysvals.ftracefile) == False):
4002 if not dirname or not os.path.exists(dirname):
4057 if(os.path.exists(sysvals.powerfile)):
4079 if(not os.path.exists(sysvals.fpdtpath)):
4087 if(not os.path.exists(sysvals.mempath)):
4218 if(os.path.exists(sysvals.powerfile)):
4262 if(os.path.exists(sysvals.epath+e)):
4468 print("Test found in %s" % os.path.dirname(file))
4474 if(not os.path.exists(sysvals.dmesgfile)):
4479 f = os.path.basename(sysvals.ftracefile)
4480 d = os.path.basename(sysvals.dmesgfile)
4489 print("\tInput file: %s" % os.path.basename(sysvals.ftracefile))
4797 if(os.path.exists(val) == False):
4805 if(os.path.exists(val) == False):
4815 if(os.path.exists(sysvals.dmesgfile) == False):
4824 if(os.path.exists(sysvals.ftracefile) == False):
4834 if(os.path.isdir(val) == False):
4886 if not os.path.isdir(sysvals.outdir):