Lines Matching refs:exists
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):
680 # This helps ensure that when fork exists (the important concept) that the
720 # If the deadlock bug exists, the fork will happen
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)