Home | History | Annotate | Download | only in python2.7

Lines Matching refs:close

351 rc = pipe.close()
357 process.stdin.close()
713 # Preserve original exception in case os.close raises.
717 # Only close the pipes we created.
727 os.close(fd)
796 self.stdin.close()
799 self.stdout.close()
802 self.stderr.close()
956 # Child is launched. Close the parent's copy of those pipe
960 # pipe will not close when the child process exits and the
963 p2cread.Close()
965 c2pwrite.Close()
967 errwrite.Close()
969 # Retain the process handle, but close the thread handle
973 ht.Close()
1030 self.stdin.close()
1168 os.close(i)
1214 # Close parent's pipe ends
1216 os.close(p2cwrite)
1218 os.close(c2pread)
1220 os.close(errread)
1221 os.close(errpipe_read)
1244 # Close pipe fds. Make sure we don't close the
1249 os.close(fd)
1252 # Close all other fds, if asked for
1285 os.close(errpipe_write)
1288 os.close(p2cread)
1290 os.close(c2pwrite)
1292 os.close(errwrite)
1299 os.close(errpipe_read)
1379 self.stdin.close()
1419 fd2file[fd].close()
1497 self.stdin.close()
1504 self.stdin.close()
1510 self.stdout.close()
1517 self.stderr.close()