Lines Matching refs:path
213 ns.tempdir = os.path.expanduser(ns.tempdir)
221 self.next_single_filename = os.path.join(self.tmp_dir, 'pynexttest')
234 with open(os.path.join(os_helper.SAVEDCWD, self.ns.fromfile)) as fp:
639 xmlpath = os.path.join(os_helper.SAVEDCWD, self.ns.xmlpath)
670 self.tmp_dir = os.path.join(self.tmp_dir, 'build')
674 self.tmp_dir = os.path.abspath(self.tmp_dir)
693 test_cwd = os.path.join(self.tmp_dir, test_cwd)
699 path = os.path.join(glob.escape(self.tmp_dir), 'test_python_*')
701 for name in glob.glob(path):
702 if os.path.isdir(name):