Searched refs:javaHomeKey (Results 1 – 3 of 3) sorted by relevance
287 HKEY javaHomeKey; in exploreJavaRegistry() local293 &javaHomeKey); // phkResult in exploreJavaRegistry()302 javaHomeKey, // hKey in exploreJavaRegistry()330 RegCloseKey(javaHomeKey); in exploreJavaRegistry()
362 HKEY javaHomeKey; in exploreJavaRegistry() local368 &javaHomeKey); // phkResult in exploreJavaRegistry()377 javaHomeKey, // hKey in exploreJavaRegistry()401 RegCloseKey(javaHomeKey); in exploreJavaRegistry()
300 var javaHomeKey = android.NewOnceKey("javaHome") var303 return ctx.Config().OnceSourcePath(javaHomeKey, func() android.SourcePath {