Home
last modified time | relevance | path

Searched defs:startupinfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp70 STARTUPINFO startupinfo = {}; in LaunchProcess() local
/external/python/cpython2/Lib/
Dsubprocess.py338 startupinfo=None, creationflags=0): argument
592 startupinfo, creationflags, shell, to_close, argument
902 startupinfo, creationflags, shell, to_close, argument
/external/python/cpython3/Lib/
Dsubprocess.py756 startupinfo=None, creationflags=0, argument
1332 startupinfo, creationflags, shell, argument
1661 startupinfo, creationflags, shell, argument
/external/python/cpython2/Lib/test/
Dtest_subprocess.py890 universal_newlines, startupinfo, creationflags, shell, to_close, argument