Lines Matching refs:path
570 self.assertFalse(os.path.exists(fn))
573 self.assertTrue(os.path.exists(fn))
625 self.assertTrue(os.path.exists(fn))
675 if os.path.exists(fn):
2052 self.log_data = urlparse(request.path)
2076 here = os.path.dirname(__file__)
2077 localhost_cert = os.path.join(here, "keycert.pem")
2104 self.assertEqual(self.log_data.path, '/frob')
2194 if os.path.isfile(fn):
3886 'pathname': os.path.join('path', 'to', 'dummy.ext'),
5321 if os.path.exists(self.fn):
5327 self.assertTrue(os.path.exists(filename),
5340 self.assertFalse(os.path.exists(self.fn))
5343 self.assertTrue(os.path.exists(self.fn))
5398 self.assertFalse(os.path.exists(namer(self.fn + ".3")))
5407 if os.path.exists(source):
5417 self.assertFalse(os.path.exists(rh.namer(self.fn + ".1")))
5462 self.assertFalse(os.path.exists(namer(self.fn + ".3")))
5501 found = os.path.exists(fn)
5508 dn, fn = os.path.split(self.fn)
5514 path = os.path.join(dn, f)
5515 with open(path, 'r') as tf:
5597 p = os.path.join(wd, '%s.log' % prefix)
5612 p = os.path.join(wd, fn)
5623 d, fn = os.path.split(c)
5627 d, fn = os.path.split(c)