Searched refs:path1 (Results 1 - 5 of 5) sorted by relevance

/pkg/src/tests/api/
H A Dt_plat.py66 (fd1, path1) = tempfile.mkstemp()
72 portable.rename(path1, path2)
73 self.assertFalse(os.path.exists(path1))
100 fd1, path1 = tempfile.mkstemp(dir = tdir1)
103 portable.rename(path1, exefile)
H A Dt_p5i.py168 (fd1, path1) = tempfile.mkstemp(dir=self.test_root)
172 validate_results(p5i.parse(location=path1))
176 location = os.path.abspath(path1)
H A Dt_history.py399 (fd1, path1) = tempfile.mkstemp(dir=self.__scratch_dir)
404 filename=path1)
H A Dt_api.py569 (fd1, path1) = tempfile.mkstemp(dir=self.test_root)
570 with open(path1, "w") as f:
572 validate_results(api_obj.parse_p5i(location=path1))
576 validate_results(api_obj.parse_p5i(location="file://" + path1))
/pkg/src/modules/
H A Daltroot.py344 def ar_diff(root, path1, path2):
355 fd1 = ar_open(root, path1, os.O_RDONLY)

Completed in 24 milliseconds