Home | History | Annotate | Download | only in test

Lines Matching refs:startupinfo

831                 universal_newlines, startupinfo, creationflags, shell, to_close,
839 startupinfo, creationflags, shell, to_close,
888 startupinfo=47)
1224 # startupinfo argument
1229 startupinfo = subprocess.STARTUPINFO()
1230 startupinfo.dwFlags = STARTF_USESHOWWINDOW
1231 startupinfo.wShowWindow = SW_MAXIMIZE
1236 startupinfo=startupinfo)