Lines Matching full:close_fds
1712 close_fds=True,
1734 close_fds=True,
2046 stderr=subprocess.PIPE, close_fds=False)
2051 stdout=subprocess.PIPE, close_fds=False)
2072 close_fds=False)
2076 close_fds=False)
2122 stdout=subprocess.PIPE, close_fds=False)
2130 stdout=subprocess.PIPE, close_fds=True)
2142 stdout=subprocess.PIPE, close_fds=True,
2166 # process with close_fds=False to run the actual test:
2168 # subprocess with close_fds=True so we can find out if
2203 # with close_fds=True to get a report of open fds in the child.
2213 close_fds=True).wait()
2215 close_fds=False).wait()
2251 stdout=subprocess.PIPE, close_fds=True,
2262 # pass_fds overrides close_fds with a warning.
2266 close_fds=False, pass_fds=(fd, )))
2267 self.assertIn('overriding close_fds', str(context.warning))
2282 stdout=subprocess.PIPE, close_fds=True,
2404 stdout=subprocess.PIPE, close_fds=True,
2594 close_fds=True)
2600 close_fds=True)