Home
last modified time | relevance | path

Searched refs:startup (Results 1 – 6 of 6) sorted by relevance

/sdk/find_java/src/source/
Dutils.cpp63 STARTUPINFO startup; in execNoWait() local
68 ZeroMemory(&startup, sizeof(startup)); in execNoWait()
69 startup.cb = sizeof(startup); in execNoWait()
70 startup.dwFlags = STARTF_USESHOWWINDOW; in execNoWait()
71 startup.wShowWindow = SW_SHOWDEFAULT; in execNoWait()
82 &startup, /* startup info, i.e. std handles */ in execNoWait()
97 STARTUPINFO startup; in execWait() local
102 ZeroMemory(&startup, sizeof(startup)); in execWait()
103 startup.cb = sizeof(startup); in execWait()
104 startup.dwFlags = STARTF_USESHOWWINDOW; in execWait()
[all …]
Dfind_java_lib.cpp451 STARTUPINFO startup; in getJavaVersion() local
477 ZeroMemory(&startup, sizeof(startup)); in getJavaVersion()
478 startup.cb = sizeof(startup); in getJavaVersion()
479 startup.dwFlags = STARTF_USESHOWWINDOW | STARTF_USESTDHANDLES; in getJavaVersion()
480 startup.wShowWindow = SW_HIDE|SW_MINIMIZE; in getJavaVersion()
482 startup.hStdError = stdoutPipeWt; in getJavaVersion()
483 startup.hStdOutput = stdoutPipeWt; in getJavaVersion()
484 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in getJavaVersion()
495 &startup, // startup info, i.e. std handles in getJavaVersion()
/sdk/find_java2/src/
Dutils.cpp148 STARTUPINFO startup; in execNoWait() local
153 ZeroMemory(&startup, sizeof(startup)); in execNoWait()
154 startup.cb = sizeof(startup); in execNoWait()
155 startup.dwFlags = STARTF_USESHOWWINDOW; in execNoWait()
156 startup.wShowWindow = SW_SHOWDEFAULT; in execNoWait()
167 &startup, /* startup info, i.e. std handles */ in execNoWait()
182 STARTUPINFO startup; in execWait() local
187 ZeroMemory(&startup, sizeof(startup)); in execWait()
188 startup.cb = sizeof(startup); in execWait()
189 startup.dwFlags = STARTF_USESHOWWINDOW; in execWait()
[all …]
DJavaFinder.cpp86 STARTUPINFO startup; in getJavaVersion() local
114 ZeroMemory(&startup, sizeof(startup)); in getJavaVersion()
115 startup.cb = sizeof(startup); in getJavaVersion()
116 startup.dwFlags = STARTF_USESHOWWINDOW | STARTF_USESTDHANDLES; in getJavaVersion()
117 startup.wShowWindow = SW_HIDE | SW_MINIMIZE; in getJavaVersion()
119 startup.hStdError = stdoutPipeWt; in getJavaVersion()
120 startup.hStdOutput = stdoutPipeWt; in getJavaVersion()
121 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in getJavaVersion()
132 &startup, // startup info, i.e. std handles in getJavaVersion()
/sdk/sdklauncher/src/source/
Dsdklauncher.c73 STARTUPINFO startup; in sdk_launcher() local
80 ZeroMemory(&startup, sizeof(startup)); in sdk_launcher()
81 startup.cb = sizeof(startup); in sdk_launcher()
82 startup.dwFlags = STARTF_USESHOWWINDOW; in sdk_launcher()
83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE; in sdk_launcher()
113 &startup, /* startup info, i.e. std handles */ in sdk_launcher()
130 &startup, /* startup info, i.e. std handles */ in sdk_launcher()
/sdk/avdlauncher/src/source/
Davdlauncher.c73 STARTUPINFO startup; in avd_launcher() local
80 ZeroMemory(&startup, sizeof(startup)); in avd_launcher()
81 startup.cb = sizeof(startup); in avd_launcher()
82 startup.dwFlags = STARTF_USESHOWWINDOW; in avd_launcher()
83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE; in avd_launcher()
111 &startup, /* startup info, i.e. std handles */ in avd_launcher()