Home
last modified time | relevance | path

Searched refs:exitCode (Results 1 – 2 of 2) 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.cpp516 DWORD exitCode; in getJavaVersion() local
517 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) { in getJavaVersion()
519 result = exitCode == 0; in getJavaVersion()