Home
last modified time | relevance | path

Searched refs:exitCode (Results 1 – 4 of 4) sorted by relevance

/sdk/find_java/src/source/
Dutils.cpp123 DWORD exitCode; in execWait() local
124 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) { in execWait()
126 result = exitCode; in execWait()
Dfind_java_lib.cpp541 DWORD exitCode; in getJavaVersion() local
542 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) { in getJavaVersion()
544 result = exitCode == 0; in getJavaVersion()
/sdk/find_java2/src/
Dutils.cpp208 DWORD exitCode; in execWait() local
209 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) { in execWait()
211 result = exitCode; in execWait()
DJavaFinder.cpp179 DWORD exitCode; in getJavaVersion() local
180 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) { in getJavaVersion()
182 result = exitCode == 0; in getJavaVersion()