null

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

/pkg/src/tests/api/
H A Dt_plat.py66 (fd1, path1) = tempfile.mkstemp()
67 os.write(fd1, b"foo")
70 os.close(fd1)
100 fd1, path1 = tempfile.mkstemp(dir = tdir1)
101 os.write(fd1, b"foo")
102 os.close(fd1)
H A Dt_p5i.py168 (fd1, path1) = tempfile.mkstemp(dir=self.test_root)
170 os.write(fd1, misc.force_bytes(fobj.read()))
171 os.close(fd1)
H A Dt_history.py399 (fd1, path1) = tempfile.mkstemp(dir=self.__scratch_dir)
400 os.write(fd1, bad_hist)
H A Dt_api.py569 (fd1, path1) = tempfile.mkstemp(dir=self.test_root)
/pkg/src/modules/
H A Daltroot.py351 fd1 = fd2 = None
355 fd1 = ar_open(root, path1, os.O_RDONLY)
359 b1 = os.read(fd1, 1024)
368 if fd1:
369 os.close(fd1)
374 os.close(fd1)

Completed in 28 milliseconds