Searched refs:path1 (Results 1 - 5 of 5) sorted by relevance
| /pkg/src/tests/api/ |
| H A D | t_plat.py | 66 (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 D | t_p5i.py | 168 (fd1, path1) = tempfile.mkstemp(dir=self.test_root) 172 validate_results(p5i.parse(location=path1)) 176 location = os.path.abspath(path1)
|
| H A D | t_history.py | 399 (fd1, path1) = tempfile.mkstemp(dir=self.__scratch_dir) 404 filename=path1)
|
| H A D | t_api.py | 569 (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 D | altroot.py | 344 def ar_diff(root, path1, path2): 355 fd1 = ar_open(root, path1, os.O_RDONLY)
|
Completed in 10 milliseconds