Lines Matching refs:result
71 bool result = false; in getJavaVersion() local
182 result = exitCode == 0; in getJavaVersion()
190 if (result && index > 0) { in getJavaVersion()
201 result = extractJavaVersion(first32, index, outVersionStr, outVersionInt); in getJavaVersion()
205 return result; in getJavaVersion()
224 int result = 0; in checkPath() local
230 if (!getJavaVersion(*inOutPath, &versionStr, &result)) { in checkPath()
231 result = 0; in checkPath()
236 return result; in checkPath()
373 for (LONG result = ERROR_SUCCESS; result == ERROR_SUCCESS; index++) { in exploreJavaRegistry() local
376 result = RegEnumKeyEx( in exploreJavaRegistry()
385 if (result == ERROR_SUCCESS && nameLen < MAX_PATH) { in exploreJavaRegistry()
448 HRESULT result = SHGetFolderPath( in checkProgramFiles() local